docker删除未使用到的镜像

docker image prune -a

docker image prune -a -f   #-f强制,不需要确认

原文地址:https://www.cnblogs.com/linyouyi/p/10950511.html