docker容器内apt-get换源 #复制原文件备份 mv/etc/apt/sources.list /etc/apt/sources.list.bak #修改sources.list cat<<EOF >/etc/apt/sources.list deb http://mirrors.ustc.edu.cn/debian stable main contrib non-freedeb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-freeEOF ...
apt-get install libssl-dev 感受一下速度吧 Alpine apk国内仓库 进入容器后运行以下命令 sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories 然后更新 apk update 最后编辑于:2021.03.04 22:01:08 ©著作权归作者所有,转载或内容合作请联系作者 ...
root@nginx-demo-deployment-59fbc48594-8gns5:/# apt-get update Ign:1http://mirrors.aliyun.com/debian jessie InReleaseGet:2http://mirrors.aliyun.com/debian jessie-updates InRelease [16.3 kB]Get:3http://mirrors.aliyun.com/debian jessie Release [77.3 kB]Get:4http://mirrors.aliyun.com/de...
通过更换软件源、使用本地镜像或使用代理服务器,我们可以加快Docker容器内部apt-get安装软件包的速度。这些方法可以根据实际情况选择,并结合实际需求来提高我们的工作效率。 stateDiagram [*] --> 更换软件源 更换软件源 --> apt-get安装 apt-get安装 --> [*] [*] --> 使用本地镜像 使用本地镜像 --> apt...