ContainerState interface
Properties
detail |
Human-readable status of this state. |
exit |
The container exit code. |
finish |
Date/time when the container state finished. |
start |
Date/time when the container state started. |
state | The state of this container |
Property Details
detailStatus
Human-readable status of this state.
detailStatus?: string
Property Value
string
exitCode
The container exit code.
exitCode?: string
Property Value
string
finishTime
Date/time when the container state finished.
finishTime?: Date
Property Value
Date
startTime
Date/time when the container state started.
startTime?: Date
Property Value
Date
state
The state of this container
state?: string
Property Value
string