Variable DockerStatusInfoStatusConst
DockerStatusInfoStatus: {
Failed: "FAILED";
Initializing: "INITIALIZING";
Migrating: "MIGRATING";
MigrationFailed: "MIGRATION_FAILED";
Pending: "PENDING";
Running: "RUNNING";
Stopped: "STOPPED";
Stopping: "STOPPING";
Unconfigured: "UNCONFIGURED";
} = ...
Type Declaration
-
ReadonlyFailed: "FAILED"
-
ReadonlyInitializing: "INITIALIZING"
-
ReadonlyMigrating: "MIGRATING"
-
ReadonlyMigrationFailed: "MIGRATION_FAILED"
-
ReadonlyPending: "PENDING"
-
ReadonlyRunning: "RUNNING"
-
ReadonlyStopped: "STOPPED"
-
ReadonlyStopping: "STOPPING"
-