Centos7 docker使用https_proxy 代理配置

Posted 人艰不拆_zmc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 docker使用https_proxy 代理配置相关的知识,希望对你有一定的参考价值。

在centos6版本如果你配置Docker 的https_proxy 代理,只需要在/etc/sysconfig/docker配置文件里面增加配置即可,但在centos7 你会发现已经无法使用这样的配置方式进行https_proxy 配置,因为centos使用systemd 来管理进程环境,我们需要如下配置来应用https_proxy 配置

创建目录

mkdir /etc/systemd/system/docker.service.d

创建文件

touch /etc/systemd/system/docker.service.d/http-proxy.conf

配置http-proxy.conf文件增加以下内容

[Service]
Environment="HTTP_PROXY=http://proxy.ip.com:80"

daemon重新reload 并重启docker

systemctl daemon-reload
systemctl restart docker

检查变量是否加载

systemctl show docker --property Environment

 

 

 
 

以上是关于Centos7 docker使用https_proxy 代理配置的主要内容,如果未能解决你的问题,请参考以下文章

centos7下安装使用docker

centos7使用supermin制作centos7的docker镜像包

Centos7上docker的安装和基本使用

docker使用1

centos7下使用docker安装gitlab转

使用docker搭建centos7容器