diff --git a/cluster/engine.go b/cluster/engine.go index 9f7e7566d0..80fdfed1b9 100644 --- a/cluster/engine.go +++ b/cluster/engine.go @@ -921,8 +921,6 @@ func (e *Engine) CreateContainer(config *ContainerConfig, name string, pullImage // Register the container immediately while waiting for a state refresh. // Force a state refresh to pick up the newly created container. e.refreshContainer(createResp.ID, true) - e.RefreshVolumes() - e.RefreshNetworks() e.Lock() container := e.containers[createResp.ID]