docker批量删除镜像

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

参考:html

相关文章
相关标签/搜索