Container interface
容器應用程式容器定義。
屬性
| args | 容器啟動命令自變數。 |
| command | 容器啟動命令。 |
| env | 容器環境變數。 |
| image | 容器映像標記。 |
| name | 自訂容器名稱。 |
| probes | 容器的探查清單。 |
| resources | 容器資源需求。 |
| volume |
容器磁碟區掛接。 |
屬性詳細資料
args
容器啟動命令自變數。
args?: string[]
屬性值
string[]
command
容器啟動命令。
command?: string[]
屬性值
string[]
env
image
容器映像標記。
image?: string
屬性值
string
name
自訂容器名稱。
name?: string
屬性值
string