ContainerState Class

Definition

The container instance state.

public class ContainerState
type ContainerState = class
Public Class ContainerState
Inheritance
ContainerState

Constructors

ContainerState()

Initializes a new instance of the ContainerState class.

ContainerState(String, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, String)

Initializes a new instance of the ContainerState class.

Properties

DetailStatus

Gets the human-readable status of the container instance state.

ExitCode

Gets the container instance exit codes correspond to those from the docker run command.

FinishTime

Gets the date-time when the container instance state finished.

StartTime

Gets the date-time when the container instance state started.

State

Gets the state of the container instance.

Applies to