Hello! Thanks a lot for your work.
But after I run the following commands :
sudo docker run -d \
--name="dockursim" \
-e ROBOT_MODEL=UR5 \
-p 8080:8080 \
-p 29999:29999 \
-p 30001-30004:30001-30004 \
-v /path/to/mount/program/folder:/ursim/programs \
-v dockursim:/ursim \
--privileged \
--cpus=1 \
arranhs/dockursim:latest
It just get
"ba24c01ddab6c281b010e6d406f8548240c2c76ae7dc09cc5cdfcbcc534339e2"
and I can not open https://localhost/8080 to use the simulator, so how can I solve it, thank u .
Hello! Thanks a lot for your work.
But after I run the following commands :
It just get
and I can not open https://localhost/8080 to use the simulator, so how can I solve it, thank u .