docker rm $(docker ps -a -q --filter status=exited) // 删除不在运行的 镜像 转载于:https://www.cnblogs.com/lizhanzhou/p/7211210.html