summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/kpod-stop.1.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/kpod-stop.1.md b/docs/kpod-stop.1.md
index 52a358156..f45e6c078 100644
--- a/docs/kpod-stop.1.md
+++ b/docs/kpod-stop.1.md
@@ -19,6 +19,10 @@ is issued to the container. The default is 10 seconds.
Timeout to wait before forcibly stopping the container
+**--all, -a**
+
+Stop all running containers. This does not include paused containers.
+
## EXAMPLE
@@ -26,8 +30,12 @@ kpod stop mywebserver
kpod stop 860a4b23
+kpod stop mywebserver 860a4b23
+
kpod stop --timeout 2 860a4b23
+kpod stop -a
+
## SEE ALSO
kpod(1), kpod-rm(1)