docs: Add base_image parameter example.

Some users don't know how to set base_image.
Add an example of how to set it.
pull/1318/head
Hiroyuki Sato 2023-10-24 21:41:34 +09:00
rodzic 57d229eb19
commit 570c11769b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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}