Skip to content
Docs Try Aspire

ContainerResource Properties

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