ContainerConfiguration interface
An interface representing ContainerConfiguration.
Properties
| container |
The collection of container Image names. 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. |
| container |
Additional private registries from which containers can be pulled. If any Images must be downloaded from a private registry which requires credentials, then those credentials must be provided here. |
Property Details
containerImageNames
The collection of container Image names. 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.
containerImageNames?: string[]
Property Value
string[]
containerRegistries
Additional private registries from which containers can be pulled. If any Images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
containerRegistries?: ContainerRegistry[]