mirror of https://github.com/docker/docs.git
Fix default address pool size
The default pools are correct in the first example, but a typo made its way into the second. https://github.com/moby/libnetwork/blob/master/ipamutils/utils.go
This commit is contained in:
parent
4e81427e4e
commit
94c2b8a06a
|
@ -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