DockURSim icon indicating copy to clipboard operation
DockURSim copied to clipboard

Can not open simulator via https://localhost/8080

Open 2000222 opened this issue 1 year ago • 1 comments

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 .

2000222 avatar Nov 11 '22 03:11 2000222