docker 删除dangling images: docker rmi $(docker images -f "dangling=true" -q) ---- https://zhuanlan.zhihu.com/p/165801438