aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2017-04-06 07:26:44 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-06 10:48:21 +0000
commit3e3810b6634d018ec9daf5fec4fcf3f8762841e0 (patch)
treedd74e10f93f12cfb1d501be5686dee2459678077 /.gitignore
parentfac4c1fd301274b4b61145e3c1e7e0dba725d9ec (diff)
community/docker: ulimit -u to -p
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
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions