go-docker icon indicating copy to clipboard operation
go-docker copied to clipboard

ContainerState: FinishedAt reported as being before StartedAt

Open demetrin opened this issue 5 years ago • 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

demetrin avatar Oct 07 '19 17:10 demetrin

I experience this also. Any indication of the cause or solution?

bjd183 avatar Nov 09 '20 06:11 bjd183

Related issue about the root cause: https://github.com/moby/moby/issues/45445

FWest98 avatar Dec 29 '23 15:12 FWest98