Share via


ContainerV1.TerminationMessagePath Property

Definition

Specifies the path where the termination message of the container will be written. This property allows the container to provide additional information about its termination, such as error messages or exit codes. If configured, the message written to this path will be retrievable by the container manager or monitoring systems.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to