Increase Docker Network Count
This commit is contained in:
4
coreos-config/plays/templates/docker-daemon.json.j2
Normal file
4
coreos-config/plays/templates/docker-daemon.json.j2
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"bip": "10.254.1.1/24",
|
||||
"default-address-pools":[{"base":"10.254.0.0/17","size":26}]
|
||||
}
|
Reference in New Issue
Block a user