From c7b23d13f1fdbaa739192379a213912b859e4723 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Thu, 28 May 2015 12:06:11 -0700 Subject: [PATCH] Add comment about ulimit format. Fixes #12116 Signed-off-by: David Calavera Upstream-commit: 9292859fcef2306caeb494ee0eaf0ef98aa190d6 Component: engine --- components/engine/docs/sources/reference/commandline/cli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/engine/docs/sources/reference/commandline/cli.md b/components/engine/docs/sources/reference/commandline/cli.md index 3d92b3ed67..9d6eeaf64b 100644 --- a/components/engine/docs/sources/reference/commandline/cli.md +++ b/components/engine/docs/sources/reference/commandline/cli.md @@ -2374,6 +2374,9 @@ set on the daemon. > `as` option is disabled now. In other words, the following script is not supported: > `$ docker run -it --ulimit as=1024 fedora /bin/bash` +The values are sent to the appropriate `syscall` as they are set. +Docker doesn't perform any byte conversion. Take this into account when setting the values. + ## save Usage: docker save [OPTIONS] IMAGE [IMAGE...]