【发布时间】:2021-04-16 06:14:00
【问题描述】:
我在使用 manjaro 的 docker 中遇到了这个问题(内核:Linux 5.11.10-1-MANJARO)
$ docker pull hello-world
来自守护进程的错误响应:Get https://registry-1.docker.io/v2/:x509:证书对 bitty-buddy.coxauto-dzcp1-user-control-plane.com 有效,而不是 registry-1.docker.io
这是我的 daemon.json
"dns": ["8.8.8.8", "8.8.4.4"]
我尝试过更改为“1.1.1.1”、“1.0.0.1”,但不起作用。
【问题讨论】:
-
您是否需要set up an HTTPS proxy 才能访问公司网络之外的站点?