yes what @tonihoo shared, worked.
For years it’s been simple to set up DNS on a Linux machine. Just add a couple of entries to /etc/resolv.conf
and you’re done.
# Use Google's public DNS servers.
**nameserver 8.8.4.4**
**nameserver 8.8.8.8**
Share and learn in the Docker community.
yes what @tonihoo shared, worked.
For years it’s been simple to set up DNS on a Linux machine. Just add a couple of entries to /etc/resolv.conf
and you’re done.
# Use Google's public DNS servers.
**nameserver 8.8.4.4**
**nameserver 8.8.8.8**