Comment on How do I stop Docker trying to pull from IPv6?
iglou@programming.dev 2 days agoI have read the rest of the comments to see what you already tried. I was about yo tell you to use sysctl to disable ipv6 but it looks like that is already done.
As a matter of fact, it looks like you have no ipv6 address at all. Which makes me think that your DNS config is off.
Can you show me the content of /etc/resolv.conf ?
Zagorath@aussie.zone 2 days ago
iglou@programming.dev 2 days ago
Well this is getting weird.
Have you tried checking if your os has a resolution cashe active? If so, try to flush it.
Zagorath@aussie.zone 2 days ago
I never set one up myself, and this 11 year-old thread implies that Raspbian doesn’t have one set up by default. It is a very old thread though, so could be wrong.
iglou@programming.dev 2 days ago
At this point I am assuming that it is actually a docker issue.
Can you show your docker daemon configuration?
Hard to tell where it is on your machine. Try ~/.docker/daemon.json, or maybe /etc/docker/daemon.json… Else look for it haha