From ad3a30369eff714277356a7eb60df203178c2957 Mon Sep 17 00:00:00 2001 From: Giordano Laminetti Date: Tue, 8 Dec 2020 10:45:18 +0100 Subject: [PATCH] Fix docs --- README.md | 4 ++-- docs/source/docker.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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)