Skip to content

Commit 7a4ebcd

Browse files
authored
Merge pull request jupyter-book#226 from emdupre/doc/clarify-docker
[DOC] Clarify full vs relative path in container build instructions
2 parents dda4a03 + 7ee1b6e commit 7a4ebcd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jupyter_book/book_template/content/guide/03_build.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ Once Docker is available on your system, you can build the image locally with:
8080
docker pull emdupre/jupyter-book
8181
```
8282

83-
You can then access this image with:
83+
You can then access this image with the following command.
84+
Make sure to specify the full path to your Jupyter Book, rather than the relative path!
8485

8586
```bash
8687
docker run --rm --security-opt label:disable \
@@ -110,7 +111,8 @@ You can then create a Jupyter Book Singularity image using:
110111
singularity build jupyter-book.simg docker://emdupre/jupyter-book
111112
```
112113

113-
Next, you can access this image with:
114+
Next, you can access this image with the following command.
115+
Make sure to specify the full path to your Jupyter Book, rather than the relative path!
114116

115117
```bash
116118
singularity run -B /full/path/to/your/book:/srv/jekyll \

0 commit comments

Comments
 (0)