Docker - Containers - Stop a Container

docker stop nginx-container

Stop all running containers

docker stop $(docker ps -aq)