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

Non-docker executors & DNS #44

Open
kofalt opened this issue May 11, 2015 · 0 comments
Open

Non-docker executors & DNS #44

kofalt opened this issue May 11, 2015 · 0 comments

Comments

@kofalt
Copy link
Member

kofalt commented May 11, 2015

From my runtime notes:

You now have a network address access, but not DNS.
Inside the container, here is my immediate way to fix that:

echo "nameserver 8.8.8.8" > /etc/resolv.conf

Checking if the rootFS resolve.conf (or distribution-specific? ugh) file is valid and defaulting to correcting it might be sane. Unless there's a better way to do this, which wouldn't surprise me.

At some point we should sufficiently research the ecosystem to decide our best course of action.
--net=host alleviates this, if we're committing to that we should update these notes.

Complicated by > 1 current & future executors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant