ContainerRegistry interface
A private container registry.
Properties
identity |
The reference to a user assigned identity associated with the Batch pool which a compute node will use. |
password | The password to log into the registry server. |
registry |
If omitted, the default is "docker.io". |
user |
The user name to log into the registry server. |
Property Details
identityReference
The reference to a user assigned identity associated with the Batch pool which a compute node will use.
identityReference?: ComputeNodeIdentityReference
Property Value
password
The password to log into the registry server.
password?: string
Property Value
string
registryServer
If omitted, the default is "docker.io".
registryServer?: string
Property Value
string
userName
The user name to log into the registry server.
userName?: string
Property Value
string