Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskContainerSettings

Package version

An interface representing TaskContainerSettings.

summary

The container settings for a task.

Hierarchy

  • TaskContainerSettings

Index

Properties

Optional containerRunOptions

containerRunOptions: undefined | string

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

imageName

imageName: string

The image to use to create the container in which the task will run. 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.

Optional registry

The private registry which contains the container image. This setting can be omitted if was already provided at pool creation.

Generated using TypeDoc