docker-ahi/daemon.json
2025-07-14 14:29:36 +02:00

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
}
]
}