I\'m my wits end with this, I\'ve combed every single google result and nothing helps.
I\'m completely unable to get docker containers to access the internet. IP for
I was facing the same problem. So, to solve that issue I've started the container using the argument --net=host
, it worked perfectly for me.
Here goes the full statement
sudo docker start --net=host -it --name ex_ngninx ubuntu
Resolved. I followed these instructions: commented out dns=dnsmasq
line in NetworkManager.conf