From 3f4f450941acf57b1a71e53bfcd78afcc079fce6 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Sat, 13 Oct 2018 13:53:34 -0400 Subject: [PATCH] Documenting example default-ulimit in daemon.json Signed-off-by: Brandon Mitchell --- docs/reference/commandline/dockerd.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/reference/commandline/dockerd.md b/docs/reference/commandline/dockerd.md index 3ce72bb44b..9feb4e8afa 100644 --- a/docs/reference/commandline/dockerd.md +++ b/docs/reference/commandline/dockerd.md @@ -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,