Replies: 1 comment
-
Just found out that docker-compose is using a separate dns server (mostly 127.0.0.11). So that is not the issue. It seemst to be related to the bridged network |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use docker-compose (from Windows or WSL), the generated resolv.conf is wrong which results in a broken DNS.
When I run the image directly with the Docker client everything works as expected.
With
docker run
the/etc/resolv.conf
is:With
docker-compose
the/etc/resolv.conf
is:This is how you can reproduce it:
My Rancher Desktop version is 1.12.3
Beta Was this translation helpful? Give feedback.
All reactions