Kill one or more running containers
docker kill [OPTIONS] CONTAINER [CONTAINER...]
Name, shorthand | Default | Description |
---|---|---|
--signal, -s |
KILL |
Signal to send to the container |
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Alias for docker container kill
.