docker 常见操作

docker rm $(docker ps -a -q --filter status=exited)   // 删除不在运行的 镜像

原文地址:https://www.cnblogs.com/lizhanzhou/p/7211210.html