зеркало из https://github.com/microsoft/docker.git
Коммит
d3db94696d
|
@ -630,7 +630,7 @@ func (container *Container) Stop(seconds int) error {
|
|||
return nil
|
||||
}
|
||||
if container.State.Ghost {
|
||||
return fmt.Errorf("Can't stop ghot container")
|
||||
return fmt.Errorf("Can't stop ghost container")
|
||||
}
|
||||
|
||||
// 1. Send a SIGTERM
|
||||
|
|
Загрузка…
Ссылка в новой задаче