configurations/docker/etc/docker/daemon.json

17 lines
327 B
JSON

{
"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
}