gpt4 book ai didi

Docker 在代理后不起作用

转载 作者:行者123 更新时间:2023-12-04 20:30:26 25 4
gpt4 key购买 nike

不幸的是,我无法在代理后面使用我的 docker,我按照谷歌搜索的建议进行操作,这是我运行时遇到的错误 sudo docker run hello-world :

Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get https://registry-
1.docker.io/v2/: Proxy Authentication Required.
See 'docker run --help'.

这是我的“/etc/systemd/system/docker.service.d/http-proxy.conf”文件:
[Service]
Environment="HTTP_PROXY=http://user:pass@127.0.0.1:8800/"
Environment="HTTPS_PROXY=https://user:pass@127.0.0.1:8800/"

我的“etc/default/docker”文件:
export http_proxy="http://127.0.0.1:3128/"
export https_proxy="http://127.0.0.1:3128/"
export HTTP_PROXY="http://127.0.0.1:3128/"
export HTTPS_PROXY="http://127.0.0.1:3128/"

问题是什么?
谢谢你 :)

最佳答案

尝试这个,

$ sudo vim /etc/resolv.conf

#add these lines on top and above one for home router…
nameserver 8.8.8.8
nameserver 8.8.4.4

保存后 /etc/resolv.conf文件。

运行 $ sudo systemctl daemon-reload用于重新加载守护进程。

然后重启你的 docker :

运行 $ sudo systemctl restart docker

关于Docker 在代理后不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47607784/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com