docker批量删除镜像

docker rmi `docker images | grep swb | grep -v grep | awk '{print $3}'`

参考:

posted @ 2019-05-20 13:54  舒山  阅读(530)  评论(0)    收藏  举报