次の方法で共有


ContainerState.ExitCode プロパティ

定義

コマンドの終了コードに対応するコンテナー インスタンスの終了コードを docker run 取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="exitCode")]
public int? ExitCode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="exitCode")>]
member this.ExitCode : Nullable<int>
Public ReadOnly Property ExitCode As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象