diff options
author | Matthew Heon <mheon@redhat.com> | 2018-11-28 12:24:14 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2018-12-06 09:10:45 -0500 |
commit | a0c9be20617a871c6cb61f27516565af36338d7a (patch) | |
tree | ef09e2cd5bda4a87fc6c8b3ac735cdf6615065b0 /completions | |
parent | 75b19ca8abe1957f3c48035767960a6b20c10519 (diff) | |
download | podman-a0c9be20617a871c6cb61f27516565af36338d7a.tar.gz podman-a0c9be20617a871c6cb61f27516565af36338d7a.tar.bz2 podman-a0c9be20617a871c6cb61f27516565af36338d7a.zip |
Add --sync option to podman rm
With the changes made recently to ensure Podman does not hit the
OCI runtime as often to sync state, we can find ourselves in a
situation where the runtime's state does not match ours.
Add a --sync flag to podman rm to ensure we can still remove
containers when this happens.
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 9518cfa22..21d35949d 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1828,6 +1828,7 @@ _podman_rm() { -h --latest -l + --sync --volumes -v " |