Hello there! I am getting when start `docker-comp...
# rancher-desktop
h
Hello there! I am getting when start
docker-compose
Copy code
Error response from daemon: Get "CORPORATE_REGISTRY_URL": dial tcp: lookup <http://corporate.url.com|corporate.url.com> on 192.168.5.3:53: lame referral
Who use use DNS to resolve host instead of use proxy? From inside
~/.rd/bin/rdctl shell
Copy code
$ curl CORPORATE_REGISTRY_UR
is reachable.
Copy code
$ printenv | grep PROXY
HTTPS_PROXY=<http://192.168.5.2:8118>
HTTP_PROXY=<http://192.168.5.2:8118>
RD 1.19.3
w
so i don't think proxy is in scope here. this just looks like DNS is not resolving your internal names or network is completely toast from the VM. any VPN at play?