ContainerType type

Defines values for ContainerType.
KnownContainerType can be used interchangeably with ContainerType, this enum contains the known values that the service supports.

Known values supported by the service

DockerCompatible: A Docker compatible container technology will be used to launch the containers.
CriCompatible: A CRI based technology will be used to launch the containers.

type ContainerType = string