一次性的包所有镜像


 docker save $(docker images |grep -v TAG | awk 'BEGIN{OFS=":"}{print $1,$2}') | gzip  >all.tar.gz

相关