From 47360764ea24e684bfe63d94de19621703bbdd8c Mon Sep 17 00:00:00 2001 From: Nicolas Hiillos Date: Fri, 28 Apr 2023 12:56:12 +0300 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cbaf66..7c40beb 100644 --- a/README.md +++ b/README.md @@ -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.