Stop All Docker Containers

Stop all running docker containers through shell scripting

docker stop $(docker ps -a -q)