ContainerConfiguration.ContainerImageNames Property

Definition

Gets or sets the collection of container images.

public System.Collections.Generic.IList<string> ContainerImageNames { get; set; }
member this.ContainerImageNames : System.Collections.Generic.IList<string> with get, set
Public Property ContainerImageNames As IList(Of String)

Property Value

Remarks

This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.

Applies to