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

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

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

猜你喜欢

转载自blog.csdn.net/xl_lx/article/details/81224030