Skip to content

Instantly share code, notes, and snippets.

@wgcvc
Created January 30, 2024 13:42
Show Gist options
  • Save wgcvc/b40971dfe62f0154785d709a2e1fcaff to your computer and use it in GitHub Desktop.
Save wgcvc/b40971dfe62f0154785d709a2e1fcaff to your computer and use it in GitHub Desktop.
/etc/docker/daemon.json
{
"default-address-pools": [
{
"base": "172.240.0.0/16",
"size": 24
}
],
"dns": [
"127.0.2.2",
"127.0.2.3",
"8.8.8.8",
"8.8.4.4"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment