daemon.json

This commit is contained in:
LORENZO\pacio 2025-07-14 14:29:36 +02:00
parent dbc23617a3
commit fb56092e47

16
daemon.json Normal file
View 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
}
]
}