Skip to content

Commit

Permalink
Merge pull request #1945 from dashpole/cp_stats
Browse files Browse the repository at this point in the history
Cherrypick: fix #1607; use container creation time provided by Docker handler
  • Loading branch information
dashpole committed May 23, 2018
2 parents 1e567c2 + da75abf commit 0b8d4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/docker/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ func (self *dockerContainerHandler) GetSpec() (info.ContainerSpec, error) {
}
spec.Envs = self.envs
spec.Image = self.image
spec.CreationTime = self.creationTime

return spec, err
}
Expand Down

0 comments on commit 0b8d4a2

Please sign in to comment.