Add comment about ulimit format.

Fixes #12116

Signed-off-by: David Calavera <david.calavera@gmail.com>
master
David Calavera 2015-05-28 12:06:11 -07:00 committed by Tibor Vass
parent 739c2672a7
commit 51fee8e7ae
1 changed files with 3 additions and 0 deletions

View File

@ -2399,6 +2399,9 @@ available in the default container, you can set these using the `--ulimit` flag.
> 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...]