Added default docker config
This commit is contained in:
parent
3cea2a4e59
commit
f06cc2c4be
22
docker/daemon.json
Normal file
22
docker/daemon.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"ipv6": true,
|
||||||
|
"fixed-cidr-v6": "fdea:3619:e105:70e0::/64",
|
||||||
|
"experimental": true,
|
||||||
|
"ip6tables": true,
|
||||||
|
"default-address-pools": [
|
||||||
|
{ "base": "172.17.0.0/16", "size": 24 },
|
||||||
|
{ "base": "172.18.0.0/16", "size": 24 },
|
||||||
|
{ "base": "172.19.0.0/16", "size": 24 },
|
||||||
|
{ "base": "172.20.0.0/16", "size": 24 },
|
||||||
|
{ "base": "172.21.0.0/16", "size": 24 },
|
||||||
|
{ "base": "172.22.0.0/16", "size": 24 },
|
||||||
|
{ "base": "fdea:3619::/104", "size": 112 }
|
||||||
|
],
|
||||||
|
"data-root": "/data/containers",
|
||||||
|
"log-level": "warn",
|
||||||
|
"log-driver": "json-file",
|
||||||
|
"log-opts": {
|
||||||
|
"max-size": "10m",
|
||||||
|
"max-file": "5"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user