From ad0bdfec4cf76e779de621ad9b5167d64e2b662e Mon Sep 17 00:00:00 2001 From: unclejack Date: Fri, 9 Aug 2013 20:33:17 +0300 Subject: [PATCH] keep processing signals after the first one Upstream-commit: 88cb9f3116e41b00b00fdccf6359a555e87061bd Component: engine --- components/engine/commands.go | 1 - 1 file changed, 1 deletion(-) diff --git a/components/engine/commands.go b/components/engine/commands.go index db8a126696..d045625c73 100644 --- a/components/engine/commands.go +++ b/components/engine/commands.go @@ -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 } } }()