diff --git a/doc/toolbox-create.1.md b/doc/toolbox-create.1.md index df6cde3..ea8f62e 100644 --- a/doc/toolbox-create.1.md +++ b/doc/toolbox-create.1.md @@ -14,7 +14,7 @@ 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. -The toolbox container is an OCI container created from an OCI image. On Fedora +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 `registry.fedoraproject.org`. The base image is locally customized for the current user to create a second image, from which diff --git a/doc/toolbox-enter.1.md b/doc/toolbox-enter.1.md index 8a6ca34..e1bad40 100644 --- a/doc/toolbox-enter.1.md +++ b/doc/toolbox-enter.1.md @@ -11,7 +11,7 @@ toolbox\-enter - Enter an existing toolbox container for interactive use Spawns an interactive shell inside an existing toolbox container. The container should have been created using the `toolbox create` command. -The toolbox container is an OCI container. On Fedora the toolbox containers are +A toolbox container is an OCI container. On Fedora the toolbox containers are tagged with the version of the OS that corresponds to the content inside them. Their names are prefixed with the name of the base image and suffixed with the current user name.