diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-01-28 18:00:22 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-02-01 17:59:28 +0100 |
commit | c16cde203d7f0ac992514aa92284e6eb4c77ac1f (patch) | |
tree | 468254c29349475cc18565fedd7c5b44f95a88a6 /docs | |
parent | 745fa4ac94c3ec99becd85f59d1b59c2c9765527 (diff) | |
download | podman-c16cde203d7f0ac992514aa92284e6eb4c77ac1f.tar.gz podman-c16cde203d7f0ac992514aa92284e6eb4c77ac1f.tar.bz2 podman-c16cde203d7f0ac992514aa92284e6eb4c77ac1f.zip |
podman build --pull: refine help message and docs
Refine and correct the wording of the `--pull` flag in the help message
and the docs.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-build.1.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md index 29f763d54..5a8a06863 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -455,9 +455,8 @@ not required for Buildah as it supports only Linux. #### **--pull** -When the option is specified or set to "true", pull the image from the first -registry it is found in as listed in registries.conf. Raise an error if not -found in the registries, even if the image is present locally. +When the option is specified or set to "true", pull the image. Raise an error +if the image could not be pulled, even if the image is present locally. If the option is disabled (with *--pull=false*) or not specified, pull the image from the registry only if the image is not present locally. Raise an |