Skip to content

Instantly share code, notes, and snippets.

@thalysonalexr
Created January 21, 2023 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thalysonalexr/f85e03af2899245108847c50cd52e41e to your computer and use it in GitHub Desktop.
Save thalysonalexr/f85e03af2899245108847c50cd52e41e to your computer and use it in GitHub Desktop.
Set default pool address to docker subnets
{
"features": {
"buildkit": true
},
"default-address-pools": [
{
"base": "172.50.0.0/24",
"size": 28
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment