ContainerState interface

The container state.

Properties

detailStatus

Human-readable status of this state.

exitCode

The container exit code.

finishTime

Date/time when the container state finished.

startTime

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