35互联做的网站如何,制作微信小程序软件,网络营销推广方法视频,淄博微信小程序代理一、安装并打开加速器
这个要根据每个加速器的情况来安装并打开#xff0c;一般是会开放一个代理端口#xff0c;比如1087
二、安装Docker
https://docs.docker.com/engine/install/debian/#install-using-the-convenience-script
三、配置Docker使用加速器
3.1 修改配置…一、安装并打开加速器
这个要根据每个加速器的情况来安装并打开一般是会开放一个代理端口比如1087
二、安装Docker
https://docs.docker.com/engine/install/debian/#install-using-the-convenience-script
三、配置Docker使用加速器
3.1 修改配置
打开vim /etc/systemd/system/multi-user.target.wants/docker.service修改文件 添加如下配置
EnvironmentHTTP_PROXYhttp://localhost:1087
EnvironmentHTTPS_PROXYhttp://localhost:1087
EnvironmentNO_PROXYlocalhost,127.0.0.13.2 重启Docker
systemctl daemon-reload
systemctl restart docker