mirror of
https://github.com/containers/podman.git
synced 2025-06-27 13:38:49 +08:00
Merge pull request #19425 from rhatdan/service
Add support for passing container stop timeout as -1 (infinite)
This commit is contained in:
@ -5,4 +5,4 @@
|
||||
#### **--stop-timeout**=*seconds*
|
||||
|
||||
Timeout to stop a container. Default is **10**.
|
||||
Remote connections use local containers.conf for defaults
|
||||
Remote connections use local containers.conf for defaults.
|
||||
|
@ -5,3 +5,4 @@
|
||||
#### **--time**, **-t**=*seconds*
|
||||
|
||||
Seconds to wait before forcibly stopping <<the container|running containers within the pod>>.
|
||||
Use -1 for infinite wait.
|
||||
|
@ -17,7 +17,7 @@ running, the container is stopped and removed.
|
||||
|
||||
#### **--time**, **-t**=*seconds*
|
||||
|
||||
Seconds to wait before forcibly stopping the running containers that are using the specified network. The --force option must be specified to use the --time option.
|
||||
Seconds to wait before forcibly stopping the running containers that are using the specified network. The --force option must be specified to use the --time option. Use -1 for infinite wait.
|
||||
|
||||
## EXAMPLE
|
||||
|
||||
|
@ -30,7 +30,7 @@ Print usage statement
|
||||
|
||||
#### **--time**, **-t**=*seconds*
|
||||
|
||||
Seconds to wait before forcibly stopping running containers that are using the specified volume. The --force option must be specified to use the --time option.
|
||||
Seconds to wait before forcibly stopping running containers that are using the specified volume. The --force option must be specified to use the --time option. Use -1 for infinite wait.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
Reference in New Issue
Block a user