mirror of https://github.com/docker/cli.git
19 lines
397 B
Markdown
19 lines
397 B
Markdown
# docker kill
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Kill one or more running containers
|
|
|
|
### Aliases
|
|
|
|
`docker container kill`, `docker kill`
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:-----------------|:---------|:--------|:--------------------------------|
|
|
| `-s`, `--signal` | `string` | | Signal to send to the container |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|