docker-container-stop(1)

docker-container-stop - Stop one or more running containers

Section 1 docker.io bookworm source

Description

DOCKER

NAME

docker-container-stop - 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

-t, --time=10

Seconds to wait for stop before killing it

SEE ALSO

docker-container(1)

See Also