kpod stop -a

Stop all running containers with single switch.  Useful for
maintainence of a system or integration tests.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #90
Approved by: rhatdan
This commit is contained in:
baude
2017-11-29 20:01:39 -06:00
committed by Atomic Bot
parent 82018a4a9f
commit 1f01faf437
4 changed files with 57 additions and 13 deletions

View File

@ -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)