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

set networking to allow outgoing connections #4

Open
caseyjlaw opened this issue Apr 6, 2016 · 0 comments
Open

set networking to allow outgoing connections #4

caseyjlaw opened this issue Apr 6, 2016 · 0 comments

Comments

@caseyjlaw
Copy link
Contributor

I don't claim to understand docker networking, but I am seeing sidomo-specific behavior that would be nice to fix. This is on OSX with a docker 1.10.2.

So this works for me:

docker run -it ubuntu bash
ping google.com

But this does not

dodo -i ubuntu ping google.com

The latter fails with 'address not found' or something. Seems that creating container with python API does not set networking up in the same way as a simple 'docker run'. Any idea why?

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