导入镜像
docker load --input centos.tar
还可以是
docker load > centos.tar
导出镜像
docker save -o centos.tar
这是两个示例请做参考