Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/docker: busybox >= 1.31.0 renamed ulimit -p to -u | Sören Tempel | 2019-07-24 | 1 | -11/+0 |
| | | | | See: https://git.busybox.net/busybox/commit/?id=a92a9601f89d59597b268e29e7098597a8766778 | ||||
* | community/docker: update to 19.03.0 | Jake Buchholz | 2019-07-22 | 1 | -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 -p | Henrik Riomar | 2017-04-06 | 1 | -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 |