You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**`cgroupsPath`** (string, OPTIONAL) path to the cgroups.
177
+
It can be used to either control the cgroups hierarchy for containers or to run a new process in an existing container.
178
+
179
+
The value of `cgroupsPath` MUST be either an absolute path or a relative path.
180
+
* In the case of an absolute path (starting with `/`), the runtime MUST take the path to be relative to the cgroups mount point.
181
+
* In the case of a relative path (not starting with `/`), the runtime MAY interpret the path relative to a runtime-determined location in the cgroups hierarchy.
182
+
183
+
If the value is specified, the runtime MUST consistently attach to the same place in the cgroups hierarchy given the same value of `cgroupsPath`.
184
+
If the value is not specified, the runtime MAY define the default cgroups path.
180
185
Runtimes MAY consider certain `cgroupsPath` values to be invalid, and MUST generate an error if this is the case.
181
-
If a `cgroupsPath` value is specified, the runtime MUST consistently attach to the same place in the cgroup hierarchy given the same value of `cgroupsPath`.
182
186
183
187
Implementations of the Spec can choose to name cgroups in any manner.
184
188
The Spec does not include naming schema for cgroups.
0 commit comments