Skip to content

Commit fae94db

Browse files
committed
config-linux: Remove redundant MUST for minimum cgroup controllers
Any runtime which violated that constraint would necessarily violate some more specific constraint on a 'resources' setting. This also removes a non-spec-requirement "required" to avoid any confusion with the spec-requirement REQUIRED [1]. [1]: opencontainers#729 (comment) Signed-off-by: W. Trevor King <[email protected]>
1 parent cd92a0e commit fae94db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config-linux.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ You can configure a container's cgroups via the `resources` field of the Linux c
186186
Do not specify `resources` unless limits have to be updated.
187187
For example, to run a new process in an existing container without updating limits, `resources` need not be specified.
188188

189-
A runtime MUST at least use the minimum set of cgroup controllers required to fulfill the `resources` settings.
190-
However, a runtime MAY attach the container process to additional cgroup controllers supported by the system.
189+
Runtimes MAY attach the container process to additional cgroup controllers beyond those necessary to fulfill the `resources` settings.
191190

192191
###### Example
193192

0 commit comments

Comments
 (0)