mirror of https://github.com/docker/docs.git
Removed debug log when refreshing containers after creation
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
45220c0c32
commit
8dbb9aeeb1
|
@ -206,7 +206,6 @@ func (n *Node) Create(config *dockerclient.ContainerConfig, name string, pullIma
|
|||
|
||||
// Register the container immediately while waiting for a state refresh.
|
||||
// Force a state refresh to pick up the newly created container.
|
||||
log.Debug("Updating containers after create")
|
||||
n.updateContainers()
|
||||
|
||||
return n.containers[id], nil
|
||||
|
|
Loading…
Reference in New Issue