Skip to content

Commit e3023ca

Browse files
authored
Merge pull request #3295 from pepawel/fix/private-default-address-pools
Use private network address for default-address-pools setting in daem…
2 parents fe2008d + 6482f3f commit e3023ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/commandline/dockerd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,11 +1380,11 @@ This is a full example of the allowed configuration options on Linux:
13801380
"debug": true,
13811381
"default-address-pools": [
13821382
{
1383-
"base": "172.80.0.0/16",
1383+
"base": "172.30.0.0/16",
13841384
"size": 24
13851385
},
13861386
{
1387-
"base": "172.90.0.0/16",
1387+
"base": "172.31.0.0/16",
13881388
"size": 24
13891389
}
13901390
],

0 commit comments

Comments
 (0)