docker-container-stop - Man Page
Stop one or more running containers
Synopsis
docker container stop [Options] CONTAINER [CONTAINER...]
Description
Stop a container (Send SIGTERM, and then SIGKILL after grace period)
Options
-h, --help[=false] help for stop
-s, --signal="" Signal to send to the container
-t, --time=0 Seconds to wait before killing the container
See Also
Referenced By
Dec 2024 Docker Community Docker User Manuals