次の方法で共有


AppInstanceExecAction.Command プロパティ

定義

Command はコンテナー内で実行するコマンド ラインであり、コマンドの作業ディレクトリはコンテナーのファイルシステムのルート ('/') です。 コマンドはシェル内で実行されないため、従来のシェル命令 ('|'など) は機能しません。 シェルを使用するには、そのシェルを明示的に呼び出す必要があります。 終了状態 0 はライブ/正常として扱われ、0 以外は異常です。

public System.Collections.Generic.IList<string> Command { get; }
member this.Command : System.Collections.Generic.IList<string>
Public ReadOnly Property Command As IList(Of String)

プロパティ値

適用対象