在设置中的系统/http 设置中启用了 http 和 https proxy, 好像不起作用. 使用 docker pull 去拉镜像还是提示出错. 系统中 /etc/systemd/system/docker.service.d/http-proxy.conf 中的代理配置都已经去掉了.
/etc/docker/daemon.json 已经配置为 nexus 中的 docker group 地址.
使用 nexus 前, 直接用 /etc/systemd/system/docker.service.d/http-proxy.conf 的代理, 拉 docker 镜像没问题的.
还有个问题, nexus 中添加 docker proxy repository 中的鉴权是对 docker hub 网站的鉴权吗? 那是不是意味着 docker client 端没必要使用 docker login 了?
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)