mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
72c8ba7ee5
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>