docker/go-docker

ContainerState: FinishedAt reported as being before StartedAt

demetrin opened this issue · 2 comments

In some cases, the FinishedAt time will be reported as being before the StartedAt time, when a container is exited quickly:

For example:

image

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?