Skip to content

Instantly share code, notes, and snippets.

@jaeyson
Created October 7, 2025 04:38
Show Gist options
  • Save jaeyson/a7b456d5ba358378ca2cb6894f7dc4d2 to your computer and use it in GitHub Desktop.
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
{
"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