Skip to content
This repository was archived by the owner on Nov 8, 2019. It is now read-only.

Commit 5089f4b

Browse files
authored
Merge pull request #30 from AcutronicRobotics/docker-pull
Update README with new pull instructions:
2 parents 25485f6 + 9c16d8f commit 5089f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Pull container from docker hub
44

55
```bash
6-
docker rm gg2 || true && docker run -it --name=gg2 -h gym-gazebo2 -v `pwd`:/tmp/gym-gazebo2 acutronicrobotics/gym-gazebo2
6+
docker rm gg2 || true && docker run -it --name=gg2 -h gym-gazebo2 -v `pwd`:/tmp/gym-gazebo2 acutronicrobotics/gym-gazebo2:crystal
77
cp -r /root/ros2_mara_ws /tmp/gym-gazebo2 #Inside the docker container, used to load visual models
88
```
99

0 commit comments

Comments
 (0)