Service.Init Property

Definition

Indicates whether the init binary should be used as the container's init process. When set to true, the init process is used to ensure proper reaping of zombie processes and signal forwarding inside the container.

[YamlDotNet.Serialization.YamlMember(Alias="init")]
public bool? Init { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="init")>]
member this.Init : Nullable<bool> with get, set
Public Property Init As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to