mirror of
https://github.com/novatiq/packages.git
synced 2026-04-25 21:34:41 +01:00
When we run docker image and export too many ports, dockerd will output some errors like "too many open files", it is caused by max-file limitation. Now, we start dockerd using procd, just add a statement to fix this problem. Signed-off-by: Fuying Wang <805447391@qq.com>