16 lines
216 B
JSON
16 lines
216 B
JSON
/*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
|
|
}
|
|
]
|
|
} |