共用方式為


CustomService interface

指定自訂服務組態

屬性

docker

描述映像的 Docker 設定

endpoints

設定容器的端點

environmentVariables

容器的環境變數

image

描述映像規格

name

自訂服務的名稱

volumes

設定容器的磁碟區

屬性詳細資料

docker

描述映像的 Docker 設定

docker?: Docker

屬性值

endpoints

設定容器的端點

endpoints?: Endpoint[]

屬性值

environmentVariables

容器的環境變數

environmentVariables?: {[propertyName: string]: EnvironmentVariable}

屬性值

{[propertyName: string]: EnvironmentVariable}

image

描述映像規格

image?: Image_2

屬性值

name

自訂服務的名稱

name?: string

屬性值

string

volumes

設定容器的磁碟區

volumes?: VolumeDefinition[]

屬性值