mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user