删除无用镜像
docker rmi $(docker images -qa)
docker image prune -a
awk
xargs
docker images | grep mytag | awk -F " " '{print $3}'| xargs docker rmi