Merge pull request #1446 from sudo-bmitch/pr-default-ulimit

Documenting example default-ulimit in daemon.json
This commit is contained in:
Vincent Demeester 2018-10-17 15:30:05 +02:00 committed by GitHub
commit bdf4f556a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "", "userns-remap": "",
"group": "", "group": "",
"cgroup-parent": "", "cgroup-parent": "",
"default-ulimits": {}, "default-ulimits": {
"nofile": {
"Name": "nofile",
"Hard": 64000,
"Soft": 64000
}
},
"init": false, "init": false,
"init-path": "/usr/libexec/docker-init", "init-path": "/usr/libexec/docker-init",
"ipv6": false, "ipv6": false,