mirror of https://github.com/docker/docs.git
Merge pull request #1036 from Pensu/fix-simple-spelling
Fixing spelling of again
This commit is contained in:
commit
7e4a457a9a
|
|
@ -412,7 +412,7 @@ func (e *Engine) Create(config *ContainerConfig, name string, pullImage bool) (*
|
|||
if err = e.Pull(config.Image, nil); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
// ...And try agaie.
|
||||
// ...And try again.
|
||||
if id, err = client.CreateContainer(&dockerConfig, name); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue