DiscussionsIssue archiveDraw Harness and Samples

Archived discussion

Docker image for web assembly sample

Draw Harness and SamplesFri, 12/18/2020 - 12:153 replies

Browse this forum
QuestionAuthor

Hello everyone

I have created a docker image of wasm sample. You can check it from following link.

https://hub.docker.com/r/okanpin/opencascade_wasm_sample

I think it is important to do that in every distribution. Docker files can be good guide lines to run source code.

Please notify me any opinion about this docker image.

Discussion

3 archived replies

Posts are displayed in their archived order.

01Commenter-1

Thanks for sharing the image.

Could you please elaborate to others unfamiliar with docker hub - what is the purpose of this image and to whom it could be useful?

02Commenter-2

Author,

Excellent work! Thank you.

If you have time, could you please add to your GITHUB README.md that to run the sample the user needs to execute the following commands 'docker pull okanpin/opencascade_wasm_sample', followed by 'docker run -d -p <port>:7000 okanpin/opencascade_wasm_sample' and enter URL 'http://localhost:<port>' into their web browser.

Commenter-2

03Author

Hello Brian.

Your pull request were merged. Thanks for pr.