Documenting example default-ulimit in daemon.json

Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
Brandon Mitchell 2018-10-13 13:53:34 -04:00
parent d18aad38d3
commit 3f4f450941
1 changed files with 7 additions and 1 deletions

View File

@ -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,