docker镜像转移

  • 打包导出镜像

docker save -o xx.tar imageName:tag

*利用文件传输工具导入到目标主机

*加载镜像

docker load -i xx.tar

你可能感兴趣的:(docker,java)