mirror of https://github.com/docker/docs.git
Merge pull request #1119 from JamesYongQiaoWang/fixSpellError
Fix the spell error.
This commit is contained in:
commit
bf4bb808e7
|
|
@ -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