gzip docker导出导入

导出镜像
docker save : | gzip > _.tar.gz

导入镜像
gunzip -c _.tar.gz | docker load

你可能感兴趣的:(gzip docker导出导入)