docker批量删除镜像

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

参考:

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