批量删除docker镜像

配合过滤器进行删除

docker rmi $(docker images |grep hub* |tr -s ' ' |cut -d ' ' -f3 )

posted @ 2021-01-20 17:08  zoer  阅读(96)  评论(0编辑  收藏  举报