docker-container-kill - Kill one or more running containers
docker container kill [OPTIONS] CONTAINER [CONTAINER...]
The main
process inside each container specified will be sent
SIGKILL,
or any signal specified with option --signal.
-h, --help[=false] |
help for kill | ||
-s, --signal="KILL" |
Signal to send to the container |
docker-container(1)