doc/toolbox-create: Mention the tags in the default toolbox images

https://github.com/containers/toolbox/pull/681
This commit is contained in:
Debarshi Ray 2021-01-25 17:49:11 +01:00
parent eef0d28320
commit 4b62648736

View file

@ -14,11 +14,12 @@ toolbox\-create - Create a new toolbox container
Creates a new toolbox container. You can then use the `toolbox enter` command
to interact with the container at any point.
A toolbox container is an OCI container created from an OCI image. On Fedora
the base image is known as `fedora-toolbox`. If the image is not present
locally, then it is pulled from a well-known registry like
`registry.fedoraproject.org`. The container is created with `podman create`,
and its entry point is set to `toolbox init-container`.
A toolbox container is an OCI container created from an OCI image. On Fedora,
the default image is known as `fedora-toolbox:N`, where N is the release of
the host. If the image is not present locally, then it is pulled from a
well-known registry like `registry.fedoraproject.org`. The container is
created with `podman create`, and its entry point is set to `toolbox
init-container`.
By default, toolbox containers are named after their corresponding images. If
the image had a tag, then the tag is included in the name of the container,