Instantly share code, notes, and snippets.
Remove all exsited dockers
$ docker rm $(docker ps -q -f status=exited)
source