2024-01-15 07:49:53 -05:00
|
|
|
# docker stop
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
Stop one or more running containers
|
|
|
|
|
|
|
|
### Aliases
|
|
|
|
|
|
|
|
`docker container stop`, `docker stop`
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
2024-09-27 10:26:33 -04:00
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:------------------|:---------|:--------|:---------------------------------------------|
|
|
|
|
| `-s`, `--signal` | `string` | | Signal to send to the container |
|
|
|
|
| `-t`, `--timeout` | `int` | `0` | Seconds to wait before killing the container |
|
2024-01-15 07:49:53 -05:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|