1018 B
1018 B
V1ContainerStateTerminated
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ContainerID | string | Container's ID in the format 'docker://<container_id>' | [optional] |
| ExitCode | int32 | Exit status from the last termination of the container | |
| FinishedAt | time.Time | Time at which the container last terminated | [optional] |
| Message | string | Message regarding the last termination of the container | [optional] |
| Reason | string | (brief) reason from the last termination of the container | [optional] |
| Signal | int32 | Signal from the last termination of the container | [optional] |
| StartedAt | time.Time | Time at which previous execution of the container started | [optional] |