From 3e1c5210566c1f2a5689946923e168886318fbe6 Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Wed, 15 Mar 2017 15:53:36 -0700 Subject: [PATCH] [Config Linux] Replace "required" (lower case) Replaces "required" (lower case) with "necessary" since this instance does not seem to be intended as "REQUIRED" Signed-off-by: Rob Dolin --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index 0eecfbc47..776b242f8 100644 --- a/config-linux.md +++ b/config-linux.md @@ -186,7 +186,7 @@ You can configure a container's cgroups via the `resources` field of the Linux c Do not specify `resources` unless limits have to be updated. For example, to run a new process in an existing container without updating limits, `resources` need not be specified. -A runtime MUST at least use the minimum set of cgroup controllers required to fulfill the `resources` settings. +A runtime MUST at least use the minimum set of cgroup controllers necessary to fulfill the `resources` settings. However, a runtime MAY attach the container process to additional cgroup controllers supported by the system. ###### Example