ContainerInstanceView interface

Runtime information of a container instance.

Properties

currentState

Current container instance state.

events

The events of this container instance.

previousState

Previous container instance state.

restartCount

The number of times the container has been restarted.

Property Details

currentState

Current container instance state.

currentState?: ContainerState

Property Value

events

The events of this container instance.

events?: ContainerEvent[]

Property Value

previousState

Previous container instance state.

previousState?: ContainerState

Property Value

restartCount

The number of times the container has been restarted.

restartCount?: number

Property Value

number