Skip to content

Commit 570c117

Browse files
committed
docs: Add base_image parameter example.
Some users don't know how to set base_image. Add an example of how to set it.
1 parent 57d229e commit 570c117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/howto/base_image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You may change the base image used in the `Dockerfile` that creates images by repo2docker.
44
This is equivalent to changing the `FROM <base_image>` in the Dockerfile.
55

6-
To do so, use the `base_image` traitlet when invoking `repo2docker`.
6+
To do so, use the `base_image` traitlet when invoking `repo2docker` (ex: `repo2docker --Repo2Docker.base_image=image_name`).
77
Note that this is not configurable by individual repositories, it is configured when you invoke the `repo2docker` command.
88

99
```{note}

0 commit comments

Comments
 (0)