ContainerState interface
容器状态。
属性
| detail |
此状态的可读状态。 |
| exit |
容器退出代码。 |
| finish |
容器状态完成的日期/时间。 |
| start |
容器状态启动的日期/时间。 |
| state | 此容器的状态 |
属性详细信息
detailStatus
此状态的可读状态。
detailStatus?: string
属性值
string
exitCode
容器退出代码。
exitCode?: string
属性值
string
finishTime
容器状态完成的日期/时间。
finishTime?: Date
属性值
Date
startTime
容器状态启动的日期/时间。
startTime?: Date
属性值
Date
state
此容器的状态
state?: string
属性值
string