forked from unitoo/configurations
docker: update daemon.json
This commit is contained in:
parent
20071340f0
commit
ed14592a1e
1 changed files with 14 additions and 2 deletions
|
@ -1,4 +1,16 @@
|
||||||
{
|
{
|
||||||
"userland-proxy": false,
|
"default-ulimits": {
|
||||||
"icc": false
|
"nofile": {
|
||||||
|
"Hard": 8192,
|
||||||
|
"Name": "nofile",
|
||||||
|
"Soft": 4096
|
||||||
|
}, "nproc": {
|
||||||
|
"Hard": 4096,
|
||||||
|
"Name": "nproc",
|
||||||
|
"Soft": 2048
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"icc": false,
|
||||||
|
"no-new-privileges": false,
|
||||||
|
"userland-proxy": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue