Share via


EphemeralContainerV1.WorkingDir Property

Definition

Gets or sets the working directory for the container. This specifies the directory where the command will execute. If not set, the container runtime's default working directory will be used.

[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

Applies to