docker中批量删除 tag为none的镜像

来源:互联网 发布:经期 知乎 编辑:程序博客网 时间:2024/05/21 09:43

docker images|grep none|awk '{print $3}'|xargs docker rmi

先删除容器再删除镜像
原创粉丝点击