共用方式為


CustomContainer interface

自定義容器承載

屬性

args

進入點的自變數。 如果未提供,則會使用 Docker 映像的 CMD。

command

進入點陣列。 未在殼層內執行。 如果未提供此專案,則會使用 Docker 映像的 ENTRYPOINT。

containerImage

自訂容器的容器映像。 這應該是的格式:不含登錄的伺服器名稱

imageRegistryCredential

映像登錄的認證

languageFramework

上傳之容器映像的語言架構。 支援的值:「springboot」、”

server

包含容器映像的登錄名稱

屬性詳細資料

args

進入點的自變數。 如果未提供,則會使用 Docker 映像的 CMD。

args?: string[]

屬性值

string[]

command

進入點陣列。 未在殼層內執行。 如果未提供此專案,則會使用 Docker 映像的 ENTRYPOINT。

command?: string[]

屬性值

string[]

containerImage

自訂容器的容器映像。 這應該是的格式:不含登錄的伺服器名稱

containerImage?: string

屬性值

string

imageRegistryCredential

映像登錄的認證

imageRegistryCredential?: ImageRegistryCredential

屬性值

languageFramework

上傳之容器映像的語言架構。 支援的值:「springboot」、”

languageFramework?: string

屬性值

string

server

包含容器映像的登錄名稱

server?: string

屬性值

string