From eaa59e975977188059baaba79b55e4da9596d174 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sat, 26 Jun 2021 09:10:12 +0200 Subject: [PATCH] doc/toolbox-create: Generalize the text for the --image option The DESCRIPTION already explains the details of the set-up on Fedora, so there's no need to be so specific here. Plus, conceptually, it's not meant to be Fedora-specific. Fedora is just an example and happens to be the most well-supported one at the moment, but that will change. https://github.com/containers/toolbox/pull/814 --- doc/toolbox-create.1.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/toolbox-create.1.md b/doc/toolbox-create.1.md index 6cfcffc..56e83c9 100644 --- a/doc/toolbox-create.1.md +++ b/doc/toolbox-create.1.md @@ -76,8 +76,9 @@ Change the NAME of the base image used to create the toolbox container. This is useful for creating containers from custom-built base images. Cannot be used used with `--release`. -If NAME does not contain a domain, the image will be pulled from -`registry.fedoraproject.org`. +If NAME does not contain a registry, the local image storage will be +consulted, and if it's not present there then it will be pulled from a suitable +remote registry. **--release** RELEASE, **-r** RELEASE