24 lines
559 B
YAML
24 lines
559 B
YAML
|
command: docker container kill
|
||
|
short: Kill one or more running containers
|
||
|
long: Kill one or more running containers
|
||
|
usage: docker container kill [OPTIONS] CONTAINER [CONTAINER...]
|
||
|
pname: docker container
|
||
|
plink: docker_container.yaml
|
||
|
options:
|
||
|
- option: signal
|
||
|
shorthand: s
|
||
|
value_type: string
|
||
|
default_value: KILL
|
||
|
description: Signal to send to the container
|
||
|
deprecated: false
|
||
|
experimental: false
|
||
|
experimentalcli: false
|
||
|
kubernetes: false
|
||
|
swarm: false
|
||
|
deprecated: false
|
||
|
experimental: false
|
||
|
experimentalcli: false
|
||
|
kubernetes: false
|
||
|
swarm: false
|
||
|
|