从有镜像的机器上获取镜像文件 镜像转文件的命令是: docker save season/fastdfs > /root/fastdfs.tar 复制文件到离线机器 然后导入 docker load < /root/fastdfs.tar 相关文章: