27 lines
533 B
Django/Jinja
27 lines
533 B
Django/Jinja
{% raw %}
|
|
{
|
|
"log-driver": "json-file",
|
|
"log-opts": {
|
|
"max-size": "100m",
|
|
"tag": "{{.ImageName}}|{{.Name}}|{{.FullID}}"
|
|
},
|
|
"bip": "10.254.1.1/24",
|
|
"default-address-pools": [
|
|
{ "base":"10.254.0.0/17","size":26 },
|
|
{ "base": "fd64:2::/104", "size": 112 }
|
|
],
|
|
"default-ulimits": {
|
|
"nofile": {
|
|
"Name": "nofile",
|
|
"Hard": 65535,
|
|
"Soft": 65535
|
|
}
|
|
},
|
|
"experimental": true,
|
|
"ipv6": true,
|
|
"userland-proxy": false,
|
|
"fixed-cidr-v6": "fd64:1::/64",
|
|
"ip6tables": true
|
|
}
|
|
{% endraw %}
|