mirror of https://github.com/docker/docs.git
Fix syntax: Add missing backtick
This commit is contained in:
parent
ff4a9a46c2
commit
65d98b3cd9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue