diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-15 10:52:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-15 10:52:57 -0700 |
commit | 6e4c32967ec02cdc33b801df8b5730dffce9b8a3 (patch) | |
tree | 378514eec06b567f0a87f81e939d55b8366eb40b /docs | |
parent | 8aed32acea9bb35898abcee58fc9aa2a03ef264a (diff) | |
parent | 504a0ff72fefee5c186b8888d7df6e2aa22a6320 (diff) | |
download | podman-6e4c32967ec02cdc33b801df8b5730dffce9b8a3.tar.gz podman-6e4c32967ec02cdc33b801df8b5730dffce9b8a3.tar.bz2 podman-6e4c32967ec02cdc33b801df8b5730dffce9b8a3.zip |
Merge pull request #2595 from jwhonce/bug/1677908
Add --replace flag to "podman container runlabel"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-container-runlabel.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/podman-container-runlabel.1.md b/docs/podman-container-runlabel.1.md index 7547f7187..7fa9805e6 100644 --- a/docs/podman-container-runlabel.1.md +++ b/docs/podman-container-runlabel.1.md @@ -12,6 +12,7 @@ podman-container-runlabel - Execute Image Label Method [**--rootfs**=*ROOTFS*] [**--set**=*NAME*=*VALUE*] [**--storage**] +[**--replace**] LABEL IMAGE [ARG...] # DESCRIPTION @@ -85,6 +86,11 @@ Print usage statement Suppress output information when pulling images +**--replace** + +If a container exists of the default or given name, as needed it will be stopped, deleted and a new container will be +created from this image. + **--signature-policy="PATHNAME"** Pathname of a signature policy file to use. It is not recommended that this |