We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe2008d + 6482f3f commit e3023caCopy full SHA for e3023ca
1 file changed
docs/reference/commandline/dockerd.md
@@ -1380,11 +1380,11 @@ This is a full example of the allowed configuration options on Linux:
1380
"debug": true,
1381
"default-address-pools": [
1382
{
1383
- "base": "172.80.0.0/16",
+ "base": "172.30.0.0/16",
1384
"size": 24
1385
},
1386
1387
- "base": "172.90.0.0/16",
+ "base": "172.31.0.0/16",
1388
1389
}
1390
],
0 commit comments