Created
October 7, 2025 04:38
-
-
Save jaeyson/a7b456d5ba358378ca2cb6894f7dc4d2 to your computer and use it in GitHub Desktop.
Example of changing DNS of Docker (using daemon.json). Place new file, called daemon.json in /etc/docker
This file contains hidden or 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
{ | |
"dns": ["192.168.1.20", "1.0.0.1", "1.1.1.1"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment