Skip to content

Commit

Permalink
Merge pull request #3295 from pepawel/fix/private-default-address-pools
Browse files Browse the repository at this point in the history
Use private network address for default-address-pools setting in daem…
  • Loading branch information
thaJeztah committed Sep 16, 2021
2 parents fe2008d + 6482f3f commit e3023ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/commandline/dockerd.md
Expand Up @@ -1380,11 +1380,11 @@ This is a full example of the allowed configuration options on Linux:
"debug": true,
"default-address-pools": [
{
"base": "172.80.0.0/16",
"base": "172.30.0.0/16",
"size": 24
},
{
"base": "172.90.0.0/16",
"base": "172.31.0.0/16",
"size": 24
}
],
Expand Down

0 comments on commit e3023ca

Please sign in to comment.