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 myappGracefully stops one or more running containers (sends SIGTERM, then SIGKILL after a timeout).
docker stop <container>
Stop a container by name
docker stop myapp