docker-stop - Stop one or more running containers
docker stop [OPTIONS] CONTAINER [CONTAINER...]
Alias for docker container stop.
-h, --help[=false] |
help for stop | ||
-t, --time=10 |
Seconds to wait for stop before killing it |
docker(1)