Merge pull request #11721 from dotcs/patch-1

Fix syntax: Add missing backtick
This commit is contained in:
Usha Mandya 2020-11-09 13:45:53 +00:00 committed by GitHub
commit fbdb0650de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ Or add `net.ipv4.ip_unprivileged_port_start=0` to `/etc/sysctl.conf` (or
### Limiting resources
In Docker 19.03, rootless mode ignores cgroup-related `docker run` flags such as
`--cpus`, `--memory`, --pids-limit`.
`--cpus`, `--memory`, `--pids-limit`.
However, you can still use the traditional `ulimit` and [`cpulimit`](https://github.com/opsengine/cpulimit),
though they work in process-granularity rather than in container-granularity,