Enumeration DockerContainerStatus

All possible statuses for an existing container.

Enumeration Members

Created: "created"
Dead: "dead"
Exited: "exited"
Paused: "paused"
Removed: "removed"

This is not a native Docker status but indicates that the container does not exist.

Removing: "removing"
Restarting: "restarting"
Running: "running"