mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Merge pull request #19437 from HackToday/fixulimit
Fix ulimit command form Upstream-commit: 05e36d254f4310a93df7f5818e85721c3e180d91 Component: engine
This commit is contained in:
@@ -539,7 +539,7 @@ available in the default container, you can set these using the `--ulimit` flag.
|
||||
`--ulimit` is specified with a soft and hard limit as such:
|
||||
`<type>=<soft limit>[:<hard limit>]`, for example:
|
||||
|
||||
$ docker run --ulimit nofile=1024:1024 --rm debian ulimit -n
|
||||
$ docker run --ulimit nofile=1024:1024 --rm debian sh -c "ulimit -n"
|
||||
1024
|
||||
|
||||
> **Note:**
|
||||
|
||||
Reference in New Issue
Block a user