typo on run option (#6547)

This commit is contained in:
vijay rama raju samanuri 2018-04-26 23:20:05 +05:30 committed by Gwendolynne Barr
parent fe3d2b6d95
commit 541e0164be
1 changed files with 1 additions and 1 deletions

View File

@ -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
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
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.
For more information about the Linux kernel's OOM management, see