Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GiordanoLaminetti committed Dec 8, 2020
1 parent e6c6198 commit ad3a303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ad3a303

Please sign in to comment.