Share via


ContainerV1.WorkingDir Property

Definition

Gets or sets the working directory for the container.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property specifies the working directory within the container's filesystem. If not set, the default working directory as defined by the container's image will be used.

Applies to