docker: update daemon.json

This commit is contained in:
Claudio Maradonna 2022-09-23 11:52:53 +02:00
parent 20071340f0
commit ed14592a1e
Signed by: claudiomaradonna
GPG Key ID: B1EDCB4C3B05C387
1 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,16 @@
{
"userland-proxy": false,
"icc": false
"default-ulimits": {
"nofile": {
"Hard": 8192,
"Name": "nofile",
"Soft": 4096
}, "nproc": {
"Hard": 4096,
"Name": "nproc",
"Soft": 2048
}
},
"icc": false,
"no-new-privileges": false,
"userland-proxy": false
}