mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 05:31:47 +00:00
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user