-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Parallel container can not resolve dns #540
Comments
I have the same issue on Raspberry PI 4 |
Did you find any solutions? |
Hi All, May be the setup you have, is the same I have.
as a result I add in the docker-compose of each container that needs dns resolution:
I hope it helps. |
@edgd1er , thank you! That worked for me! I was a bit lazy, so I have not created a pihole_net network. I also tried
which also works, for the superlazy - but it then bypasses pihole. In summary, in my single docker-compose.yml with pihole and other containers, I
|
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
I have successfully installed pi hole in my docker environment by the provided docker-compose. Due to my ubuntu system I also followed the ubuntu procedure about resolve.conf.
This is a Issue trying to run the docker image
Description
Parallel docker container which are using the internet/DNS resolution are not working.
If I try to resolve an DNS on the basis system...outside of any container it works.
But inside of any container it is not working.
On all my other devices/computer the dns resolution works fine so far.
I have tried destroying my container instance, pulling the newest image version, and re-creating a new container
I have tried running without my volume data mounts to eliminate volumes as the cause
I have searched this repository for existing issues and pull requests that look similar
Context and extra information
Your Environment
The text was updated successfully, but these errors were encountered: