Stop one or more running containers
docker stop [OPTIONS] CONTAINER [CONTAINER...]
Name, shorthand | Default | Description |
---|---|---|
--time, -t |
10 |
Seconds to wait for stop before killing it |
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Alias for docker container stop
.