Skip to content

Commit

Permalink
Merge pull request #1318 from hiroyuki-sato/topic/add-example
Browse files Browse the repository at this point in the history
[MRG] docs: Add base_image parameter example.
  • Loading branch information
yuvipanda authored Jan 20, 2024
2 parents 0e02889 + 570c117 commit 8f0d9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/howto/base_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You may change the base image used in the `Dockerfile` that creates images by repo2docker.
This is equivalent to changing the `FROM <base_image>` in the Dockerfile.

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`).
Note that this is not configurable by individual repositories, it is configured when you invoke the `repo2docker` command.

```{note}
Expand Down

0 comments on commit 8f0d9aa

Please sign in to comment.