Explore the Container Instance View

Runtime information of a container instance.

Properties

Name Type Required
restartCount integer No
currentState ContainerState No
previousState ContainerState No
events array of ContainerEvent No

restartCount

Type: integer
Required: No

The number of times the container has been restarted.


currentState

Type: ContainerState
Required: No

Current container instance state.


previousState

Type: ContainerState
Required: No

Previous container instance state.


events

Type: array of ContainerEvent
Required: No

The events of this container instance.