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