Move docker config to docker-config.json

This commit is contained in:
2024-01-22 14:47:35 +01:00
parent fc738c05ae
commit ca0fd181a5
2 changed files with 20 additions and 2 deletions

View File

@ -10,6 +10,13 @@
{ "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,
"fixed-cidr-v6": "fd64:1::/64",