Service.Entrypoint Property

Definition

Specifies the entrypoint to be used for the container. This property allows overriding the default entrypoint of the image and defines the executable or command that is run when the container starts.

[YamlDotNet.Serialization.YamlMember(Alias="entrypoint", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> Entrypoint { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="entrypoint", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Entrypoint : System.Collections.Generic.List<string> with get, set
Public Property Entrypoint As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to