summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/kpod-rm.1.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/kpod-rm.1.md b/docs/kpod-rm.1.md
index 4e2c490a6..77753f1fe 100644
--- a/docs/kpod-rm.1.md
+++ b/docs/kpod-rm.1.md
@@ -9,7 +9,7 @@ kpod rm - Remove one or more containers
**kpod** **rm** [*options* [...]] container
## DESCRIPTION
-Kpod rm will remove one or more containers from the host. The container name or ID can be used. This does not remove images. Running containers will not be removed without the -f option
+kpod rm will remove one or more containers from the host. The container name or ID can be used. This does not remove images. Running containers will not be removed without the -f option
## OPTIONS
@@ -17,13 +17,20 @@ Kpod rm will remove one or more containers from the host. The container name or
Force the removal of a running container
+**--all, a**
+
+Remove all containers. Can be used in conjunction with -f as well.
## EXAMPLE
kpod rm mywebserver
+kpod rm mywebserver myflaskserver 860a4b23
+
kpod rm -f 860a4b23
+kpod rm -f -a
+
## SEE ALSO
kpod(1), kpod-rmi(1)