mirror of https://github.com/docker/docs.git
Fix rebase around log event
Signed-off-by: Michael Crosby <michael@docker.com>
This commit is contained in:
parent
feda8fbb21
commit
b7550cd456
|
@ -105,7 +105,7 @@ func (m *containerMonitor) reset(successful bool) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if container.daemon != nil && container.daemon.srv != nil {
|
if container.daemon != nil && container.daemon.srv != nil {
|
||||||
container.daemon.srv.LogEvent("die", container.ID, container.daemon.repositories.ImageName(container.Image))
|
container.LogEvent("die")
|
||||||
}
|
}
|
||||||
|
|
||||||
c := container.command.Cmd
|
c := container.command.Cmd
|
||||||
|
|
Loading…
Reference in New Issue