mirror of https://github.com/docker/docs.git
12 lines
303 B
YAML
12 lines
303 B
YAML
command: docker kill
|
|
short: Kill one or more running containers
|
|
long: Kill one or more running containers
|
|
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
|