Remove All Docker Containers

Remove all docker containers through shell scripting

docker rm $(docker ps -a -q)