mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
Cleanup container LogEvent calls
Move some calls to container.LogEvent down lower so that there's less of a chance of them being missed. Also add a few more events that appear to have been missed. Added testcases for new events: commit, copy, resize, attach, rename, top Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
@@ -61,5 +61,6 @@ func (daemon *Daemon) Commit(container *Container, repository, tag, comment, aut
|
||||
return img, err
|
||||
}
|
||||
}
|
||||
container.LogEvent("commit")
|
||||
return img, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user