Skip to content

Commit

Permalink
Merge pull request opencontainers#251 from hqhq/hq_change_cgroupsPath
Browse files Browse the repository at this point in the history
Change the behavior when cgroupsPath is absent
  • Loading branch information
vbatts committed Dec 8, 2015
2 parents 458a764 + d663a5b commit 58f6cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ For more information, see the [kernel cgroups documentation](https://www.kernel.

The path to the cgroups can be specified in the Spec via `cgroupsPath`.
`cgroupsPath` is expected to be relative to the cgroups mount point.
If not specified, cgroups will be created under '/'.
If `cgroupsPath` is not specified, implementations can define the default cgroup path.
Implementations of the Spec can choose to name cgroups in any manner.
The Spec does not include naming schema for cgroups.
The Spec does not support [split hierarchy](https://www.kernel.org/doc/Documentation/cgroups/unified-hierarchy.txt).
Expand Down

0 comments on commit 58f6cab

Please sign in to comment.