Skip to content
DocsTry Aspire
DocsTry

ContainerResource Properties

ClassProperties2 members
A resource that represents a specified container.
EntrypointSection titled Entrypointnullablestring?
The container Entrypoint.
public string? Entrypoint { get; set; }
null means use the default Entrypoint defined by the container.
ShellExecutionSection titled ShellExecutionnullablebool?
Should any custom arguments be wrapped in -c ">values<"?
public bool? ShellExecution { get; set; }