Commands.app

docker stop

Container Management

Stop one or more running containers

Examples
Common usage examples

Stop a container by name

docker stop mycontainer

Stop all running containers

docker stop $(docker ps -q)
Related Commands
You might also find these useful