Share via


ContainerV1.Args Property

Definition

Represents the arguments to pass to the container's entrypoint. These arguments are added after the container's command property. If command is specified, these arguments are passed exactly as provided; otherwise, they are appended to the container's default entrypoint command.

[YamlDotNet.Serialization.YamlMember(Alias="args")]
public System.Collections.Generic.List<string> Args { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="args")>]
member this.Args : System.Collections.Generic.List<string>
Public ReadOnly Property Args As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to