摘要:
整体思路 在能上网的docker 机器上线下载 镜像 images ,然后保存此镜像,最后上传到 不能上网的docker机器上 load 为docker镜像 images。 下载镜像,导出为tar文件 比如: [root@localhost ~]# docker save hello-world - 阅读全文
posted @ 2020-10-15 10:33
一锤定音885
阅读(730)
评论(0)
推荐(1)
摘要:
背景介绍 项目开发过程中,客户环境大多是全内网环境,无法连接互联网。这样docker就不能yum在线联网安装,所需要的镜像也不能在线pull下载。 这时就需要进行离线安装docker及镜像。 下载docker安装文件 docker 离线包 开始安装 解压: tar -xvf docker-19.03 阅读全文
posted @ 2020-10-15 09:52
一锤定音885
阅读(13967)
评论(1)
推荐(2)
浙公网安备 33010602011771号