删除所有退出状态的容器

docker rm -v $(docker ps -aq -f status=exited)
删除所有退出状态的容器

原文地址:https://www.cnblogs.com/gomvc/p/11096636.html