Instantly share code, notes, and snippets.
Remove not used containers
$ docker rm $( docker ps --all -f status=exited -q )