Fri, 12/18/2020 - 12:15
Forums:
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.
Mon, 12/21/2020 - 11:01
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?
Mon, 02/14/2022 - 00:37
Okan Pinar,
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.
Brian Watt
Wed, 03/09/2022 - 03:54
Hello Brian.
Your pull request were merged. Thanks for pr.