From 08cc0482ec6c0176e8cd2b0d6ffed7792b379af0 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Wed, 11 Nov 2020 12:32:57 +0000 Subject: [PATCH] Update README.md to use public container registry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff5c64..d48e28d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To quickly run the graphical example applications, you can use Docker. For devel instructions further below in this document. Please note that the setup uses vnc and thus offers limited graphics performance. - Install Docker for your system (for Windows and Mac OS, install Docker Desktop) -- Run the container: `docker run -it -p 6080:80 --rm git-st.inf.tu-dresden.de:4567/ceti/ros-internal/panda_gazebo_workspace`. A webserver is run inside the container that is exposed to port `6080` on your system. +- Run the container: `docker run -it -p 6080:80 --rm git-st.inf.tu-dresden.de:4567/ceti/ros/panda_gazebo_workspace`. A webserver is run inside the container that is exposed to port `6080` on your system. - Open `http://localhost:6080` in a web browser ## Requirements for development -- GitLab