docker stop
Container ManagementStop one or more running containers
Examples
Common usage examples
Stop a container by name
docker stop mycontainerStop all running containers
docker stop $(docker ps -q)Related Commands
You might also find these useful