set container ulimits to default

This commit is contained in:
Josh Patterson
2026-03-11 14:37:43 -04:00
parent 8da5ed673b
commit 51f9104d0f

View File

@@ -8,5 +8,12 @@
"base": "172.17.0.0/24",
"size": 24
}
]
],
"default-ulimits": {
"nofile": {
"Name": "nofile",
"Soft": 1048576,
"Hard": 1048576
}
}
}