971 B
971 B
ContainerStateTerminated v1
Group | Version | Kind |
---|---|---|
Core | v1 | ContainerStateTerminated |
ContainerStateTerminated is a terminated state of a container.
Field | Description |
---|---|
containerID string |
Container's ID in the format 'docker://<container_id>' |
exitCode integer |
Exit status from the last termination of the container |
finishedAt Time |
Time at which the container last terminated |
message string |
Message regarding the last termination of the container |
reason string |
(brief) reason from the last termination of the container |
signal integer |
Signal from the last termination of the container |
startedAt Time |
Time at which previous execution of the container started |