mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Touchup podman kill manpage
Signed-off-by: Matthew Heon <mheon@redhat.com> Closes: #299 Approved by: rhatdan
This commit is contained in:
@ -11,7 +11,9 @@ podman stop - Stop one or more containers
|
||||
## DESCRIPTION
|
||||
Stops one or more containers. You may use container IDs or names as input. The **--timeout** switch
|
||||
allows you to specify the number of seconds to wait before forcibly stopping the container after the stop command
|
||||
is issued to the container. The default is 10 seconds.
|
||||
is issued to the container. The default is 10 seconds. By default, containers are stopped with SIGTERM
|
||||
and then SIGKILL after the timeout. The SIGTERM default can be overridden by the image used to create the
|
||||
container and also via command line when creating the container.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
|
Reference in New Issue
Block a user