Skip to content

Commit 8f0d9aa

Browse files
authored
Merge pull request #1318 from hiroyuki-sato/topic/add-example
[MRG] docs: Add base_image parameter example.
2 parents 0e02889 + 570c117 commit 8f0d9aa

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)