Share via


Service.User Property

Definition

Specifies the user that the container will run as. The value can be set to a numeric UID, a string for the username, or a combination of both (e.g., "UID:GID").

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to