We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 .
The text was updated successfully, but these errors were encountered:
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
http
https
:
/
Sorry, something went wrong.
No branches or pull requests
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 .
The text was updated successfully, but these errors were encountered: