mirror of https://github.com/docker/docs.git
14 lines
431 B
YAML
14 lines
431 B
YAML
command: docker container kill
|
|
short: Kill one or more running containers
|
|
long: |
|
|
The main process inside each container specified will be sent SIGKILL,
|
|
or any signal specified with option --signal.
|
|
usage: docker container kill [OPTIONS] CONTAINER [CONTAINER...]
|
|
pname: docker container
|
|
plink: docker_container.yaml
|
|
options:
|
|
- option: signal
|
|
shorthand: s
|
|
default_value: KILL
|
|
description: Signal to send to the container
|