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

docker-container(1)

Referenced By

docker-container(1).

Dec 2024 Docker Community Docker User Manuals