mirror of https://github.com/docker/docs.git
commit
d3db94696d
|
@ -630,7 +630,7 @@ func (container *Container) Stop(seconds int) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
if container.State.Ghost {
|
if container.State.Ghost {
|
||||||
return fmt.Errorf("Can't stop ghot container")
|
return fmt.Errorf("Can't stop ghost container")
|
||||||
}
|
}
|
||||||
|
|
||||||
// 1. Send a SIGTERM
|
// 1. Send a SIGTERM
|
||||||
|
|
Loading…
Reference in New Issue