导出镜像 docker save <myimage>:<tag> | gzip > <myimage>_<tag>.tar.gz 导入镜像 gunzip -c <myimage>_<tag>.tar.gz | docker load