DockerContainers

docker stop

Gracefully stops one or more running containers (sends SIGTERM, then SIGKILL after a timeout).

Syntax

docker stop <container>

Examples

Stop a container by name

docker stop myapp

Related commands