Instantly share code, notes, and snippets.
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)