diff --git a/README.md b/README.md index ec77e9b..c80c834 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ sudo docker run -it \ --name $NAME \ --mount type=bind,source="$(pwd)",target=/slampy/slampy \ -v $DATAPATH:"/slampy/slampy/Dataset":ro \ - -p 8888:8888 \ - giordanolaminetti/slampy:$TAG --rm /bin/bash + -p 8888:8888 --rm\ + giordanolaminetti/slampy:$TAG /bin/bash ``` Doing so, the created container contains both the code and the Dataset (in read-only mode to prevent wrong behaviours) diff --git a/docs/source/docker.rst b/docs/source/docker.rst index 9fdea9f..bc9050e 100644 --- a/docs/source/docker.rst +++ b/docs/source/docker.rst @@ -58,8 +58,8 @@ When the image is ready, you can create a new container running: :: --name $NAME \ --mount type=bind,source="$(pwd)",target=/slampy/slampy \ -v $DATAPATH:"/slampy/slampy/Dataset":ro \ - -p 8888:8888 \ - $IMAGE_NAME:$TAG --rm /bin/bash + -p 8888:8888 --rm\ + $IMAGE_NAME:$TAG /bin/bash Doing so, the created container contains both the code and the Dataset (in read-only mode to prevent wrong behaviours)