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