Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

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…
Upstream-commit: e3023ca3e363f04ecec2e50f43307b6b171f9698
Component: cli
  • Loading branch information
thaJeztah committed Sep 16, 2021
2 parents e538a47 + 1ba2b96 commit 3d8c212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/cli/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 3d8c212

Please sign in to comment.