keep processing signals after the first one

This commit is contained in:
unclejack
2013-08-09 20:33:17 +03:00
parent df86cb9a5c
commit 88cb9f3116
-1
View File
@@ -1403,7 +1403,6 @@ func (cli *DockerCli) CmdRun(args ...string) error {
if err := cli.CmdStop("-t", "4", runResult.ID); err != nil {
fmt.Printf("failed to stop container:", err)
}
return
}
}
}()