docker-stop - Man Page

Stop one or more running containers

Synopsis

docker stop [Options] CONTAINER [CONTAINER...]

Description

Alias for docker container stop.

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(1)

Info

Dec 2024 Docker Community Docker User Manuals