docker镜像导入到离线的服务器中问题
摘要:目的: 将其他环境中生成的docker包导入到离线的服务器中。因为离线环境的服务器没有网,不能加载docker构建中的各个依赖包; 正确的命令为: 镜像转文件的命令是: docker save image > /root/image.tar 文件转镜像的命令是: docker load < /roo
阅读全文
linux问题总结
摘要:1. yum 安装包时,报错“Loaded plugins: fastestmirror, langpacks, Repository base is listed more than once in the configuration” 解决办法:删除/etc/yum.repos.d文件夹下所有的
阅读全文