We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e02889 + 570c117 commit 8f0d9aaCopy full SHA for 8f0d9aa
docs/source/howto/base_image.md
@@ -3,7 +3,7 @@
3
You may change the base image used in the `Dockerfile` that creates images by repo2docker.
4
This is equivalent to changing the `FROM <base_image>` in the Dockerfile.
5
6
-To do so, use the `base_image` traitlet when invoking `repo2docker`.
+To do so, use the `base_image` traitlet when invoking `repo2docker` (ex: `repo2docker --Repo2Docker.base_image=image_name`).
7
Note that this is not configurable by individual repositories, it is configured when you invoke the `repo2docker` command.
8
9
```{note}
0 commit comments