导出镜像为文件,文件的存储地址为/home路径下,例子: docker save e462d4a15ad9 > /home/elk.tar 将tar文件导入到linux:docker load < elk.tar 标记本地仓库:docker tag 07d2f8030ad1 elk:7.15.0