diff options
author | Jhon Honce <jhonce@redhat.com> | 2019-03-08 15:10:26 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2019-03-13 13:16:49 -0700 |
commit | 504a0ff72fefee5c186b8888d7df6e2aa22a6320 (patch) | |
tree | 9a03ee2084fe3ff237f08c093408d009a580a427 /docs/podman-container-runlabel.1.md | |
parent | 8b3f759800ebd6e53e0a807728ede633aa9bdb36 (diff) | |
download | podman-504a0ff72fefee5c186b8888d7df6e2aa22a6320.tar.gz podman-504a0ff72fefee5c186b8888d7df6e2aa22a6320.tar.bz2 podman-504a0ff72fefee5c186b8888d7df6e2aa22a6320.zip |
Add --replace flag to "podman container runlabel"
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1677908
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'docs/podman-container-runlabel.1.md')
-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 |