ContainerConfiguration.ContainerImageNames 속성

정의

컨테이너 이미지 이름의 컬렉션을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="containerImageNames")]
public System.Collections.Generic.IList<string> ContainerImageNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerImageNames")>]
member this.ContainerImageNames : System.Collections.Generic.IList<string> with get, set
Public Property ContainerImageNames As IList(Of String)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

이는 "docker pull"에 지정된 것처럼 전체 이미지 참조입니다. 이미지가 대체 레지스트리로 정규화되지 않는 한 이미지는 기본 Docker 레지스트리에서 원본됩니다.

적용 대상