Scroll to navigation

DOCKER(1) DOCKER(1)

NAME

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

-t, --time=10 Seconds to wait for stop before killing it

SEE ALSO

docker(1)
Jun 2020 Docker Community