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()
|
||||
if current, exists := e.containers[c.Id]; exists {
|
||||
// The container is already knowe.
|
||||
// The container is already known.
|
||||
container = current
|
||||
} else {
|
||||
// This is a brand new container. We need to do a full refresh.
|
||||
|
|
|
|||
Loading…
Reference in New Issue