mirror of https://github.com/docker/docs.git
13 lines
306 B
YAML
13 lines
306 B
YAML
command: docker kill
|
|
short: Kill one or more running containers
|
|
long: |
|
|
Alias for `docker container kill`.
|
|
usage: docker kill [OPTIONS] CONTAINER [CONTAINER...]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: signal
|
|
shorthand: s
|
|
default_value: KILL
|
|
description: Signal to send to the container
|