Sdílet prostřednictvím


ContainerState.ExitCode Property

Definition

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

public int? ExitCode { get; }
member this.ExitCode : Nullable<int>
Public ReadOnly Property ExitCode As Nullable(Of Integer)

Property Value

Applies to