19 lines
333 B
JSON
19 lines
333 B
JSON
{
|
|
"log-driver": "json-file",
|
|
"log-opts": {
|
|
"max-size": "100m",
|
|
"max-file": "3"
|
|
},
|
|
"storage-driver": "overlay2",
|
|
"live-restore": true,
|
|
"userland-proxy": false,
|
|
"experimental": false,
|
|
"metrics-addr": "0.0.0.0:9323",
|
|
"default-address-pools": [
|
|
{
|
|
"base": "172.17.0.0/16",
|
|
"size": 24
|
|
}
|
|
]
|
|
}
|