ContainerV1.WorkingDir 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.
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.