Documenting example default-ulimit in daemon.json
Signed-off-by: Brandon Mitchell <git@bmitch.net> (cherry picked from commit3f4f450941) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit:72ddefbadaComponent: cli
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
d10776afc8
commit
276842f234
@@ -1327,7 +1327,13 @@ This is a full example of the allowed configuration options on Linux:
|
||||
"userns-remap": "",
|
||||
"group": "",
|
||||
"cgroup-parent": "",
|
||||
"default-ulimits": {},
|
||||
"default-ulimits": {
|
||||
"nofile": {
|
||||
"Name": "nofile",
|
||||
"Hard": 64000,
|
||||
"Soft": 64000
|
||||
}
|
||||
},
|
||||
"init": false,
|
||||
"init-path": "/usr/libexec/docker-init",
|
||||
"ipv6": false,
|
||||
|
||||
Reference in New Issue
Block a user