docker 删除无用镜像

docker rmi ( docker images  -f  "dangling=true" -q )
原文地址:https://www.cnblogs.com/whm-blog/p/15209786.html