Skip to content

Commit d611cdc

Browse files
author
Mrunal Patel
authored
Merge pull request opencontainers#800 from wking/remove-redundant-cgroup-must
config-linux: Remove redundant MUST for minimum cgroup controllers
2 parents cd92a0e + fae94db commit d611cdc

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)