1

Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: dial tcp: lookup proxy.example.com on 168.63.129.16:53: no such host

Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: dial tcp: lookup proxy.example.com on 168.63.129.16:53: no such host

1 Answers1

0

Look at your ~/.docker/config.json. Docker registry proxy settings stored there.

More info about using proxy: https://docs.docker.com/network/proxy/

Qteb
  • 483
  • 4
  • 14