I don't know what happened, but I lost all hostname resolution on my DO Ubuntu server. What do I need to look for? Searches on Ubuntu 16.04 aren't helping as those are all about NetworkManager which doesn't exist in their image.
gp@gpc-docker-sfo2:~$ telnet gitlab.com 443
telnet: could not resolve gitlab.com/443: Temporary failure in name resolution
gp@gpc-docker-sfo2:~$ nslookup www.google.com
;; connection timed out; no servers could be reached
Can I get an idea on where I need to look to figure this out? I know Ubuntu has been changing up resolv.conf usage. I don't know where to look on this image.
Worthy note: image is called "Ubuntu Docker 1.12.5 on 16.04." I always keep packages updated with apt
and Docker 13.0 was recently released. I don't know if that's relevant, but I do know that's one thing that changed which may(?) affect things.
I didn't notice the resolv issue until a good week or so later.