mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
Merge pull request #2872 from goldmann/runtime_typo
Fix the 'but is not' typo
This commit is contained in:
@@ -159,7 +159,7 @@ func (runtime *Runtime) Register(container *Container) error {
|
||||
return err
|
||||
}
|
||||
if !strings.Contains(string(output), "RUNNING") {
|
||||
utils.Debugf("Container %s was supposed to be running be is not.", container.ID)
|
||||
utils.Debugf("Container %s was supposed to be running but is not.", container.ID)
|
||||
if runtime.config.AutoRestart {
|
||||
utils.Debugf("Restarting")
|
||||
container.State.SetGhost(false)
|
||||
|
||||
Reference in New Issue
Block a user