Update readme

This commit is contained in:
2023-04-28 12:56:12 +03:00
parent 2238952f34
commit 47360764ea

View File

@@ -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.