1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00
Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
This commit is contained in:
Sandro
2021-10-18 14:49:18 +02:00
committed by Sandro Jäckel
parent e57b5f78de
commit 2725f09873

View File

@ -719,7 +719,7 @@ $ docker run --ulimit nofile=1024:1024 --rm debian sh -c "ulimit -n"
> In other words, the following script is not supported:
>
> ```console
> $ 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.