Service.Init Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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