Fixes #12116
Signed-off-by: David Calavera <david.calavera@gmail.com>
| ... | ... |
@@ -2374,6 +2374,9 @@ set on the daemon. |
| 2374 | 2374 |
> `as` option is disabled now. In other words, the following script is not supported: |
| 2375 | 2375 |
> `$ docker run -it --ulimit as=1024 fedora /bin/bash` |
| 2376 | 2376 |
|
| 2377 |
+The values are sent to the appropriate `syscall` as they are set. |
|
| 2378 |
+Docker doesn't perform any byte conversion. Take this into account when setting the values. |
|
| 2379 |
+ |
|
| 2377 | 2380 |
## save |
| 2378 | 2381 |
|
| 2379 | 2382 |
Usage: docker save [OPTIONS] IMAGE [IMAGE...] |