Service.CgroupParent Property

Definition

Gets or sets the parent Cgroup for the container. This property defines the name of the Cgroup under which the container's resource constraints are managed.

[YamlDotNet.Serialization.YamlMember(Alias="cgroup_parent")]
public string? CgroupParent { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="cgroup_parent")>]
member this.CgroupParent : string with get, set
Public Property CgroupParent As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to