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

Commit

Permalink
Use private network address for default-address-pools setting in daem…
Browse files Browse the repository at this point in the history
…on.json example

Signed-off-by: Pawel <pepawel@users.noreply.github.com>
Upstream-commit: 6482f3f9b043817d975757a3b6fd5e295ee22676
Component: cli
  • Loading branch information
pepawel committed Sep 16, 2021
1 parent dce3e91 commit 1ba2b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/cli/docs/reference/commandline/dockerd.md
Original file line number Diff line number Diff line change
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 1ba2b96

Please sign in to comment.