mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +03:00
Use private network address for default-address-pools setting in daemon.json example
Signed-off-by: Pawel <pepawel@users.noreply.github.com>
This commit is contained in:
@@ -1380,11 +1380,11 @@ This is a full example of the allowed configuration options on Linux:
|
|||||||
"debug": true,
|
"debug": true,
|
||||||
"default-address-pools": [
|
"default-address-pools": [
|
||||||
{
|
{
|
||||||
"base": "172.80.0.0/16",
|
"base": "172.30.0.0/16",
|
||||||
"size": 24
|
"size": 24
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"base": "172.90.0.0/16",
|
"base": "172.31.0.0/16",
|
||||||
"size": 24
|
"size": 24
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user