aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker/docker-openrc-busybox-ash.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/docker: busybox >= 1.31.0 renamed ulimit -p to -uSören Tempel2019-07-241-11/+0
| | | | See: https://git.busybox.net/busybox/commit/?id=a92a9601f89d59597b268e29e7098597a8766778
* community/docker: update to 19.03.0Jake Buchholz2019-07-221-7/+7
| | | | Next major release of docker! Release notes at https://github.com/docker/docker-ce/releases/tag/v19.03.0
* community/docker: ulimit -u to -pHenrik Riomar2017-04-061-0/+11
There is no -u flag to ulimit provided by Busybox ash, change to -p in docker.init bash ulimit: -n The maximum number of open file descriptors -u The maximum number of processes available to a single user ash ulimit (from Busybox): { RLIMIT_NOFILE, 0, 'n', "file descriptors" }, { RLIMIT_NPROC, 0, 'p', "processes" }, References: https://github.com/docker/docker/commit/428d7337e808ec5f4dba1b0aceda002f295cc320 https://github.com/docker/docker/commit/8db61095a3d0bcb0733580734ba5d54bc27a614d