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

Docker Containers cannot access internet and each other with skydock #84

Open
danieltan opened this issue Jan 14, 2015 · 1 comment
Open

Comments

@danieltan
Copy link

Hi Michael,

I'm trying to use Skydock to allow my containers to know which container is communicating to them by hostname. Specifically, I want to set up datadog monitoring on my containers, and want to allow access to status services on the container via a host name (rather than an IP address for instance).

I've followed your install instructions, but once I start up my containers, I notice that they do not have access to the Internet, even though skydns's -namesever has been set to 8.8.8.8:53.

I also cant seem to ping my other containers from within a container using your URL scheme
SkyDNS logs show that it picks up that the containers have been run

My environment is Ubuntu 14.04 and Docker version is 1.4.1

Any thoughts?

Thanks,
Dan

@simonqbs
Copy link

I had the same problem and for me it was fw related. Since you are running ubuntu you probably have ufw installed so try running ufw allow from 172.17.0.0/16 to any.

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

2 participants