ContainerSettings Class

Docker container settings.

All required parameters must be populated in order to send to Azure.

Inheritance
ContainerSettings

Constructor

ContainerSettings(*, image_source_registry: azure.mgmt.batchai.models._models_py3.ImageSourceRegistry, shm_size: Optional[str] = None, **kwargs)

Parameters

image_source_registry
<xref:batch_ai.models.ImageSourceRegistry>
Required

Required. Information about docker image and docker registry to download the container from.

shm_size
str
Required

Size of /dev/shm. Please refer to docker documentation for supported argument formats.