清除坏的<none>:<none>镜像
docker rmi $(docker images -f "dangling=true" -q)
如果用sudo 前后都需要加sudo哦
原文:http://www.projectatomic.io/blog/2015/07/what-are-docker-none-none-images/
清除坏的<none>:<none>镜像
docker rmi $(docker images -f "dangling=true" -q)
如果用sudo 前后都需要加sudo哦