mirror of https://github.com/docker/docs.git
Fix the spell error.
Signed-off-by: James Wang Yong Qiao <jamesyongqiao@gmail.com>
This commit is contained in:
parent
4cee3ad3b4
commit
88bbdff2e0
|
@ -256,7 +256,7 @@ func (e *Engine) updateContainer(c dockerclient.Container, containers map[string
|
||||||
|
|
||||||
e.RLock()
|
e.RLock()
|
||||||
if current, exists := e.containers[c.Id]; exists {
|
if current, exists := e.containers[c.Id]; exists {
|
||||||
// The container is already knowe.
|
// The container is already known.
|
||||||
container = current
|
container = current
|
||||||
} else {
|
} else {
|
||||||
// This is a brand new container. We need to do a full refresh.
|
// This is a brand new container. We need to do a full refresh.
|
||||||
|
|
Loading…
Reference in New Issue