Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerConfiguration

Package version

An interface representing ContainerConfiguration.

summary

The configuration for container-enabled pools.

Hierarchy

  • ContainerConfiguration

Index

Properties

Optional containerImageNames

containerImageNames: string[]

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.

Optional containerRegistries

containerRegistries: ContainerRegistry[]

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.

Generated using TypeDoc