Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS does not work with latest version 20.18.6 #466

Open
webfrank opened this issue Jan 10, 2025 · 0 comments
Open

DNS does not work with latest version 20.18.6 #466

webfrank opened this issue Jan 10, 2025 · 0 comments

Comments

@webfrank
Copy link

After several tries I found the issue is with the latest plugin version 20.18.6, using the previous 20.18.5 works as expected.

The error I receive is:

time="2025-01-10T13:54:59.395048176Z" level=info msg="Error logging in to endpoint, trying next endpoint" error="Get "https://hub.bizmate.it/v2/\": dial tcp: lookup hub.bizmate.it on 127.0.0.11:53: read udp 127.0.0.1:47432->127.0.0.11:53: read: connection refused" spanID=3ad3d1996f22b357 traceID=7c70498fef92e536b35b927a8b9af640
time="2025-01-10T13:54:59.395336773Z" level=error msg="Handler for POST /v1.47/auth returned error: Get "https://hub.bizmate.it/v2/\": dial tcp: lookup hub.bizmate.it on 127.0.0.11:53: read udp 127.0.0.1:47432->127.0.0.11:53: read: connection refused" spanID=3ad3d1996f22b357 traceID=7c70498fef92e536b35b927a8b9af640

I'm using a custom_dns = 1.1.1.1 but tried without:

  • /usr/local/bin/dockerd --data-root /var/lib/docker --host=unix:///var/run/docker.sock --dns 1.1.1.1

It seems the latest Docker-In-Docker does not resolves DNS queries or does not start at all the process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant