共用方式為


ImageRegistryCredential interface

映射登錄認證。

屬性

identity

私人登錄的身分識別。

identityUrl

私人登錄的身分識別 URL。

password

私人登錄的密碼。

server

Docker 映像登錄伺服器不具通訊協定 (例如「http」和「https」)。

username

私人登錄的使用者名稱。

屬性詳細資料

identity

私人登錄的身分識別。

identity?: string

屬性值

string

identityUrl

私人登錄的身分識別 URL。

identityUrl?: string

屬性值

string

password

私人登錄的密碼。

password?: string

屬性值

string

server

Docker 映像登錄伺服器不具通訊協定 (例如「http」和「https」)。

server: string

屬性值

string

username

私人登錄的使用者名稱。

username?: string

屬性值

string