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

[readme] Add recommendation to bind host's resolv.conf #25

Open
zburgermeiszter opened this issue Jul 11, 2016 · 0 comments
Open

[readme] Add recommendation to bind host's resolv.conf #25

zburgermeiszter opened this issue Jul 11, 2016 · 0 comments

Comments

@zburgermeiszter
Copy link

zburgermeiszter commented Jul 11, 2016

When containers started BEFORE resolvable starts, those are unable to resolve .docker domains via Resolvable because the Docker daemon uses an old copy of the resolv.conf

If I use the -v /etc/resolv.conf:/etc/resolv.conf:ro to all my docker run command and docker-compose definition, it seems to resolve this issue.

This issue potentially occur when the Docker daemon starts and you use many auto-restarting container where the containers starting in random order.

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