docker 有时候真不方便,命令风格还不统一,有些操作真的很麻烦,作为一款效率生产工具,实属不该啊。

移除 none 镜像

docker rmi $(docker images -a | awk '/^<none>/ { print $3 }')