mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 18:54:30 +04: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>