次の方法で共有


ContainerAppBaseContainer クラス

定義

コンテナー アプリの基本コンテナー定義。

public class ContainerAppBaseContainer
type ContainerAppBaseContainer = class
Public Class ContainerAppBaseContainer
継承
ContainerAppBaseContainer
派生

コンストラクター

ContainerAppBaseContainer()

ContainerAppBaseContainer の新しいインスタンスを初期化します。

プロパティ

Args

コンテナー開始コマンド引数。

Command

コンテナー開始コマンド。

Env

コンテナー環境変数。

Image

コンテナー イメージ タグ。

Name

カスタム コンテナー名。

Resources

コンテナー リソースの要件。

VolumeMounts

コンテナー ボリュームのマウント。

適用対象