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

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

 

posted @ 2019-04-02 15:13  陶海军  阅读(2923)  评论(0编辑  收藏  举报