daemon.json
This commit is contained in:
parent
dbc23617a3
commit
fb56092e47
16
daemon.json
Normal file
16
daemon.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
/*questa configurazione va in /etc/docker/daemon.json*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"default-address-pools": [
|
||||||
|
{
|
||||||
|
"base": "171.30.2.0/24",
|
||||||
|
"size": 24
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"base": "171.31.2.0/16",
|
||||||
|
"size": 24
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user