summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-02-02 13:58:17 -0500
committerGitHub <noreply@github.com>2021-02-02 13:58:17 -0500
commit978c005869eeca40959e6d6d4a52c5ba9059f827 (patch)
treec29608e06378494b7d78ad0dda47dd8a3c716ae0 /docs
parent27cff475d5d99f6d59072c52a0f4e6d617d8d06c (diff)
parentc16cde203d7f0ac992514aa92284e6eb4c77ac1f (diff)
downloadpodman-978c005869eeca40959e6d6d4a52c5ba9059f827.tar.gz
podman-978c005869eeca40959e6d6d4a52c5ba9059f827.tar.bz2
podman-978c005869eeca40959e6d6d4a52c5ba9059f827.zip
Merge pull request #9184 from vrothberg/3.0-fix-9134
[3.0] podman build --pull: refine help message and docs
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-build.1.md5
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