Share via


TaskContainerSettings.ContainerRunOptions Property

Definition

Gets or sets additional options to the container create command.

[Newtonsoft.Json.JsonProperty(PropertyName="containerRunOptions")]
public string ContainerRunOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerRunOptions")>]
member this.ContainerRunOptions : string with get, set
Public Property ContainerRunOptions As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

These additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.

Applies to