diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-20 13:20:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 13:20:12 +0000 |
commit | eba281c3e0e69533427d3eb5c66c60b5ca038c1b (patch) | |
tree | 5a12ebc1a7c40f8967f1225b2ec730ea29d8f433 /docs/source/markdown | |
parent | 97f051f65769fed32b3c497b3f484667400c66a9 (diff) | |
parent | 4f7a431daf97f33a40609bd4823ed92ab8aa9ca4 (diff) | |
download | podman-eba281c3e0e69533427d3eb5c66c60b5ca038c1b.tar.gz podman-eba281c3e0e69533427d3eb5c66c60b5ca038c1b.tar.bz2 podman-eba281c3e0e69533427d3eb5c66c60b5ca038c1b.zip |
Merge pull request #11851 from cdoern/podRm
Pod Rm Infra Handling Improvements
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-pod-rm.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-pod-rm.1.md b/docs/source/markdown/podman-pod-rm.1.md index eac40ef62..fc834a69c 100644 --- a/docs/source/markdown/podman-pod-rm.1.md +++ b/docs/source/markdown/podman-pod-rm.1.md @@ -7,7 +7,7 @@ podman\-pod\-rm - Remove one or more stopped pods and containers **podman pod rm** [*options*] *pod* ## DESCRIPTION -**podman pod rm** will remove one or more stopped pods and their containers from the host. The pod name or ID can be used. The \-f option stops all containers and then removes them before removing the pod. +**podman pod rm** will remove one or more stopped pods and their containers from the host. The pod name or ID can be used. The \-f option stops all containers and then removes them before removing the pod. If all containers added by the user are in an exited state, the pod will be removed. ## OPTIONS |