ContainerV1.Command Property

Definition

Gets the command to be executed by the container. Represents an optional list of strings that overrides the default entrypoint of the container's image. Each string in the list corresponds to a command line argument.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to