Hello,
I setup a local registry with the adresse https://registry. But when I try to login to registry, docker can’t resolv the dns.
I added dns-search in daemon.json and my containers can resolv machine hostname with nameserver 127.0.0.11. But docker login use an other resolver 10.0.2.3.
What’s this resolver ? How can I configure this second resolver ?
Thank you