JobExecutionContainer interface
容器應用程式作業執行容器定義。
屬性詳細資料
args
容器啟動命令自變數。
args?: string[]
屬性值
string[]
command
容器啟動命令。
command?: string[]
屬性值
string[]
env
image
容器映像標記。
image?: string
屬性值
string
name
自訂容器名稱。
name?: string
屬性值
string