2024-01-15 07:49:53 -05:00
|
|
|
# docker restart
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
Restart one or more containers
|
|
|
|
|
|
|
|
### Aliases
|
|
|
|
|
|
|
|
`docker container restart`, `docker restart`
|
|
|
|
|
|
|
|
### 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-->
|
|
|
|
|