docker stop nginx-container
docker stop $(docker ps -aq) or for i in $(docker ps -a -q);do docker stop $i ;done