ContainerRegistry interface
私人容器登錄。
屬性
identity |
與計算節點將使用之 Batch 集區相關聯的使用者指派身分識別參考。 |
password | 登入登錄伺服器的密碼。 |
registry |
如果省略,預設值為 「docker.io」。 |
user |
要登入登錄伺服器的使用者名稱。 |
屬性詳細資料
identityReference
與計算節點將使用之 Batch 集區相關聯的使用者指派身分識別參考。
identityReference?: ComputeNodeIdentityReference
屬性值
password
登入登錄伺服器的密碼。
password?: string
屬性值
string
registryServer
如果省略,預設值為 「docker.io」。
registryServer?: string
屬性值
string
userName
要登入登錄伺服器的使用者名稱。
userName?: string
屬性值
string