mirror of https://github.com/docker/docs.git
typo on run option (#6547)
This commit is contained in:
parent
fe3d2b6d95
commit
541e0164be
|
@ -44,7 +44,7 @@ on the system. The OOM priority on containers is not adjusted. This makes it mor
|
||||||
likely for an individual container to be killed than for the Docker daemon
|
likely for an individual container to be killed than for the Docker daemon
|
||||||
or other system processes to be killed. You should not try to circumvent
|
or other system processes to be killed. You should not try to circumvent
|
||||||
these safeguards by manually setting `--oom-score-adj` to an extreme negative
|
these safeguards by manually setting `--oom-score-adj` to an extreme negative
|
||||||
number on the daemon or a container, or by setting `--oom-disable-kill` on a
|
number on the daemon or a container, or by setting `--oom-kill-disable` on a
|
||||||
container.
|
container.
|
||||||
|
|
||||||
For more information about the Linux kernel's OOM management, see
|
For more information about the Linux kernel's OOM management, see
|
||||||
|
|
Loading…
Reference in New Issue