Преглед изворни кода

Merge pull request #13558 from calavera/doc_ulimit

Add comment about ulimit format.
David Calavera пре 10 година
родитељ
комит
7317b84ce0
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      docs/sources/reference/commandline/cli.md

+ 3 - 0
docs/sources/reference/commandline/cli.md

@@ -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:
 > In other words, the following script is not supported:
 > `$ docker run -it --ulimit as=1024 fedora /bin/bash`
 > `$ 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
 ## save
 
 
     Usage: docker save [OPTIONS] IMAGE [IMAGE...]
     Usage: docker save [OPTIONS] IMAGE [IMAGE...]