diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-01 12:50:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 12:50:50 -0800 |
commit | 8ee471f800e91f41fb6c1c1542e41b65ec09695d (patch) | |
tree | fb97bf28db9b20e15f0278d14255833fdc11f88f /docs | |
parent | 467b677451840dbc71853784f3a9b86d2736e30d (diff) | |
parent | a4b82c03d3f70ac0df712ec9100a59662e86b625 (diff) | |
download | podman-8ee471f800e91f41fb6c1c1542e41b65ec09695d.tar.gz podman-8ee471f800e91f41fb6c1c1542e41b65ec09695d.tar.bz2 podman-8ee471f800e91f41fb6c1c1542e41b65ec09695d.zip |
Merge pull request #2495 from baude/runlabelpulldefault
Pull image for runlabel if not local
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-container-runlabel.1.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/podman-container-runlabel.1.md b/docs/podman-container-runlabel.1.md index c5d7a278f..7547f7187 100644 --- a/docs/podman-container-runlabel.1.md +++ b/docs/podman-container-runlabel.1.md @@ -9,7 +9,6 @@ podman-container-runlabel - Execute Image Label Method [**-h**|**--help**] [**--display**] [**-n**][**--name**[=*NAME*]] -[**-p**][[**--pull**]] [**--rootfs**=*ROOTFS*] [**--set**=*NAME*=*VALUE*] [**--storage**] @@ -27,7 +26,7 @@ If the container image has a LABEL INSTALL instruction like the following: `podman container runlabel` will set the following environment variables for use in the command: If the container image does not have the desired label, an error message will be displayed along with a non-zero -return code. +return code. If the image is not found in local storage, Podman will attempt to pull it first. Note: Podman will always ensure that `podman` is the first argument of the command being executed. @@ -82,9 +81,6 @@ Print usage statement **-n** **--name**="" Use this name for creating content for the container. NAME will default to the IMAGENAME if it is not specified. -**p** **--pull** - Pull the image if it cannot be found in local storage. - **--quiet, -q** Suppress output information when pulling images |