DockerfileBuildAnnotation.HasEntrypoint 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.
Gets or sets a value indicating whether an entry point is defined in the Dockerfile.
public bool HasEntrypoint { get; set; }
member this.HasEntrypoint : bool with get, set
Public Property HasEntrypoint As Boolean
Property Value
Remarks
Container images without an entry point are not considered compute resources.