docker镜像的导入导出

导入镜像

docker load --input centos.tar

还可以是

docker load > centos.tar

导出镜像

docker save -o centos.tar

这是两个示例请做参考

原文地址:https://www.cnblogs.com/zhuhuibiao/p/14209706.html