다음을 통해 공유


TaskContainerSettings.ContainerRunOptions 속성

정의

컨테이너 만들기 명령에 대한 추가 옵션을 가져오거나 설정합니다.

[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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

이러한 추가 옵션은 Batch 서비스에서 제어하는 옵션 외에도 "docker create" 명령에 대한 인수로 제공됩니다.

적용 대상