TaskContainerSettingsResponse

data class TaskContainerSettingsResponse(val containerRunOptions: String? = null, val imageName: String, val registry: ContainerRegistryResponse? = null, val workingDirectory: String? = null)

Constructors

Link copied to clipboard
constructor(containerRunOptions: String? = null, imageName: String, registry: ContainerRegistryResponse? = null, workingDirectory: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

These additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.

Link copied to clipboard

This is the full image reference, as would be specified to "docker pull". If no tag is provided as part of the image name, the tag ":latest" is used as a default.

Link copied to clipboard

This setting can be omitted if was already provided at pool creation.

Link copied to clipboard