Report this

What is the reason for this report?

Can't ping from within a Docker Container

Posted on June 6, 2018

We have docker running at digitalocean. It seams that from within my docker containers, I cannot reach the internet anymore. When I go into the containers and run “ping 8.8.8.8” to ping a Google DNS server, it does not work.

This used to work when we first set the Docker Containers up.

Is there any changes done to the networking parts at DigitalOcean? Is there any DigitalOcean firewalls settings we must have in place?

Ping from the droplet server works fine btw. Its inside of the Docker Containers that it doesn’t work.

I need to renew a Letsencrypt SSL cert, for instance, and this does not work because the Docker Container does not have internet connection, it seems.

Please help



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

I’ve had a similar issue recently and I was able to get this working by simply restarting docker:

systemctl restart docker

Then this started working as normal.

Regards, Bobby

Thank you very much! Fixed my problem completely.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.