Service.Entrypoint 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.
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