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
-s, --signal="" Signal to send to the container
-t, --timeout=0 Seconds to wait before killing the container
See Also
Referenced By
Apr 2025 Docker Community Docker User Manuals