Skip to content

Instantly share code, notes, and snippets.

@ijaureguialzo
Last active February 8, 2023 01:04
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 ijaureguialzo/475a010c0dfe118b8302cb6cf41790ab to your computer and use it in GitHub Desktop.
Save ijaureguialzo/475a010c0dfe118b8302cb6cf41790ab to your computer and use it in GitHub Desktop.
Configuración de Docker Engine para la red de Egibide
{
"bip": "10.200.0.1/24",
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"debug": false,
"default-address-pools": [
{
"base": "10.201.0.0/16",
"size": 24
},
{
"base": "10.202.0.0/16",
"size": 24
}
],
"experimental": false,
"features": {
"buildkit": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment