-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Self-built docker unable to resolve host #19
Comments
There was some DNS issues in #4 |
Did you notice that the script was trying to set the resolv.conf file even though I didn't specify the ENV variable.
I went to the transmission/start.sh and commented out the following line (23): and i had no issues building and running the container. I think there's an issue with the ENV variable setting the wrong info. Is this becuase its not wrapped in {}? |
The {} wrapping in environment-variables.sh file is only for transmission related settings. The resolv override happens before this. I haven't seen that error before, no. It doesn't occur on my host (running xubuntu), and as you say it doesn't happen in the trusted build images either. So it's probably something on your host system? |
I'll run an apt-get upgrade to see if there are any recent docker changes, and will try again. Thanks |
Updated docker version and this resolved this issue. Raised PR #21 to ensure this wont happen again to future people. |
So I don't know if this is an issue or not, but I'm seeing some weird behaviour.
When I run the following default script, everything works fine.
but if I do
I get the following messages when I run
docker logs containerid
It won't connect at all, which is weird.
Any ideas?
The text was updated successfully, but these errors were encountered: