docker-ce: Expand nofile from 1024(soft) 4096(hard) as large as possible when using...
authorStudent414 <redacted>
Fri, 30 Aug 2019 00:08:13 +0000 (01:08 +0100)
committerStudent414 <redacted>
Fri, 30 Aug 2019 00:08:13 +0000 (01:08 +0100)
commit72c8ba7ee56fd7818e480991e37db0ed8ac7e97a
tree66b62a0e2916d44484babb9a30586795114cce59
parent530997cce3634800664ad24c8f4e562f09414c8c
docker-ce: Expand nofile from 1024(soft) 4096(hard) as large as possible when using procd.
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 <redacted>
utils/docker-ce/Makefile
utils/docker-ce/files/dockerd.init
git clone https://git.99rst.org/PROJECT