Created
February 10, 2022 11:30
-
-
Save einnar82/27730a1e26a1de4417be5f5309a803f5 to your computer and use it in GitHub Desktop.
Docker config DNS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Just change the nameserver lines in /etc/resolv.conf to: | |
nameserver 8.8.8.8 | |
nameserver 8.8.4.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment