go-docker
go-docker copied to clipboard
ContainerState: FinishedAt reported as being before StartedAt
In some cases, the FinishedAt
time will be reported as being before the StartedAt
time, when a container is exited quickly:
For example:
In the above example, FinishedAt
is reported as being around 0.03s before StartedAt
I experience this also. Any indication of the cause or solution?
Related issue about the root cause: https://github.com/moby/moby/issues/45445