docker 删除none 镜像

docker rmi $(docker images | grep "none" | awk '{print $3}') //删除镜像

posted @ 2021-01-29 11:51  那时一个人  阅读(141)  评论(0编辑  收藏  举报