mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00: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>