1. 删除所有没有打版本号的镜像
1. docker images|grep none|awk ‘{print $3}’|xargs docker rmi

参考:
​​​Docker 问答录(95 问)​

​​​非常好的Docker专题博客​