We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197f61e commit 0119d2bCopy full SHA for 0119d2b
docs/setup_docker.md
@@ -29,13 +29,13 @@ docker build -t rai:jazzy --build-arg ROS_DISTRO=jazzy -f docker/Dockerfile .
29
### 2.1. Humble
30
31
```bash
32
-docker run --net=host --ipc=host --pid=host -it -v $(pwd):/rai rai:humble
+docker run --net=host --ipc=host --pid=host -it rai:humble
33
```
34
35
### 2.2. Jazzy
36
37
38
-docker run --net=host --ipc=host --pid=host -it -v $(pwd):/rai rai:jazzy
+docker run --net=host --ipc=host --pid=host -it rai:jazzy
39
40
41
## 3. Run the tests to confirm the setup
0 commit comments