fix docker using private IP ranges
This commit is contained in:
parent
27582e37f6
commit
c6f47e454d
4 changed files with 13 additions and 1 deletions
7
roles/docker/files/daemon.json
Normal file
7
roles/docker/files/daemon.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"default-address-pools":
|
||||
[
|
||||
{"base":"10.204.0.0/16","size":24}
|
||||
|
||||
]
|
||||
}
|
Reference in a new issue