OptionalDeadOptionalErrorOptionalExitThe last exit code of this container
OptionalFinishedThe time when this container last exited.
OptionalHealthOptionalOOMKilledWhether this container has been killed because it ran out of memory.
OptionalPausedWhether this container is paused.
OptionalPidThe process ID of this container
OptionalRestartingWhether this container is restarting.
OptionalRunningWhether this container is running. Note that a running container can be paused. The Running and Paused booleans are not mutually exclusive: When pausing a container (on Linux), the freezer cgroup is used to suspend all processes in the container. Freezing the process requires the process to be running. As a result, paused containers are both Running and Paused. Use the Status field instead to determine if a container's state is "running".
OptionalStartedThe time when this container was last started.
OptionalStatusString representation of the container state. Can be one of "created", "running", "paused", "restarting", "removing", "exited", or "dead".
ContainerState stores container's running state. It's part of ContainerJSONBase and will be returned by the "inspect" command. ContainerState