Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2000222 opened this issue Nov 11, 2022 · 1 comment
Open

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

2000222 opened this issue Nov 11, 2022 · 1 comment

Comments

@2000222
Copy link

2000222 commented Nov 11, 2022

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 .

@ahobsonsayers
Copy link
Owner

ahobsonsayers commented Nov 15, 2022

Have you tried using http instead of https and using a : instead of a / before the 8080?
i.e Try using this -> http://localhost:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants