docker stop

Syntax

docker stop [OPTIONS] CONTAINER [CONTAINER...]

Parameters

ParametersDescriptionExamplesLevel
-t --time and more(), docker stop -t 30 web Common

Examples

docker stop web
SIGTERM, and more 10 SIGKILL

docker stop web db redis

docker stop -t 30 web

docker stop $(docker ps -q)
docker ps -q ID

Common Errors

Error: No such container, docker ps
SIGTERM, Dockerfile exec CMD

Tips

Related Commands