来源:
docker镜像打tar包 - miaoying - 博客园
¶
打 tar 包
docker save 镜像 > 要存为的文件.tar
¶
使用 tar 包
docker load < 要导入的文件.tar