mirror of https://github.com/docker/docs.git
Merge pull request #17669 from cu/patch-1
Fix default address pool size
This commit is contained in:
commit
a6828055b1
|
@ -189,7 +189,7 @@ subnet supports 65 536 IPv6 addresses.
|
|||
{ "base": "172.17.0.0/16", "size": 16 },
|
||||
{ "base": "172.18.0.0/16", "size": 16 },
|
||||
{ "base": "172.19.0.0/16", "size": 16 },
|
||||
{ "base": "172.20.0.0/16", "size": 16 },
|
||||
{ "base": "172.20.0.0/14", "size": 16 },
|
||||
{ "base": "172.24.0.0/14", "size": 16 },
|
||||
{ "base": "172.28.0.0/14", "size": 16 },
|
||||
{ "base": "192.168.0.0/16", "size": 20 },
|
||||
|
|
Loading…
Reference in New Issue