Update readme
This commit is contained in:
@@ -37,8 +37,10 @@ This will mount the host `drawing-robot-ros2` directory in the container at `src
|
||||
|
||||
Optionally you can pass a directory to the container with
|
||||
``` sh
|
||||
bash .docker/run.bash -v PATH_TO_SVG:/ws/PATH_IN_CONTAINER:ro
|
||||
bash .docker/run.bash -v PATH_TO_SVG:/svg:ro
|
||||
```
|
||||
This will mount the given path to /svg in read-only mode in the container.
|
||||
|
||||
|
||||
#### Podman issues
|
||||
If using podman instead of docker, using the following will allow the container to access `/dev/` which is needed by the axidraw robot.
|
||||
|
||||
Reference in New Issue
Block a user