summaryrefslogtreecommitdiff
path: root/docs/podman-container-runlabel.1.md
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-03-01 08:57:01 -0600
committerbaude <bbaude@redhat.com>2019-03-01 09:20:12 -0600
commita4b82c03d3f70ac0df712ec9100a59662e86b625 (patch)
treec7bbfafb5618a692175d6958a14761a776c95629 /docs/podman-container-runlabel.1.md
parentc80416f0346200c7906cfc16c6101594653a0ad6 (diff)
downloadpodman-a4b82c03d3f70ac0df712ec9100a59662e86b625.tar.gz
podman-a4b82c03d3f70ac0df712ec9100a59662e86b625.tar.bz2
podman-a4b82c03d3f70ac0df712ec9100a59662e86b625.zip
Pull image for runlabel if not local
In cases where a user issues the podman container runlabel command and the image is not local, we now default to pulling the image automatically to mimic the atomic cli behavior. Fixes: BZ #1677905 Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs/podman-container-runlabel.1.md')
-rw-r--r--docs/podman-container-runlabel.1.md6
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