move daemon.json to docker/files

This commit is contained in:
Josh Patterson
2026-03-17 15:09:09 -04:00
parent ef7d1771ab
commit d6263812a6

View File

@@ -0,0 +1,19 @@
{
"registry-mirrors": [
"https://:5000"
],
"bip": "172.17.0.1/24",
"default-address-pools": [
{
"base": "172.17.0.0/24",
"size": 24
}
],
"default-ulimits": {
"nofile": {
"Name": "nofile",
"Soft": 1048576,
"Hard": 1048576
}
}
}