我有以下配置:
如果我尝试从存储库中拉出容器,则会发现以下错误
aag031@docker-host:~$ docker pull nginx
Using default tag: latest
latest: Pulling from library/nginx
743f2d6c1f65: Pulling fs layer
d6c2f01b1dae: Pulling fs layer
d4da6ff1b555: Pulling fs layer
error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/62/62c261073ecffe22a28f2ba67760a9320bc4bfe8136a83ba9b579983346564be/data?verify=1559836155-xnEXX3A9cgxNf3TjT4wuMQl%2FcSI%3D: net/http: TLS handshake timeout
cat /etc/systemd/system/docker.service.d/http-proxy.conf
[Service]
Environment="HTTP_PROXY=http://proxy.xxxx.ru:3128/" "NO_PROXY=localhost,127.0.0.1,.xxxx.ru,.csolab.ru"
Environment="HTTPS_PROXY=http://proxy.xxxx.ru:3128/" "NO_PROXY=localhost,127.0.0.1,.xxxxx.ru,.csolab.ru"