diff --git a/cluster/engine.go b/cluster/engine.go index 2b43e927c8..7e2262558c 100644 --- a/cluster/engine.go +++ b/cluster/engine.go @@ -657,7 +657,7 @@ func (e *Engine) handler(ev *dockerclient.Event, _ chan error, args ...interface // These events refer to images so there's no need to update // containers. e.RefreshImages() - case "die", "kill", "oom", "pause", "start", "stop", "unpause": + case "die", "kill", "oom", "pause", "start", "stop", "unpause", "rename": // If the container state changes, we have to do an inspect in // order to update container.Info and get the new NetworkSettings. e.refreshContainer(ev.Id, true)