From 88cb9f3116e41b00b00fdccf6359a555e87061bd 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 --- commands.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands.go b/commands.go index db8a12669..d045625c7 100644 --- a/commands.go +++ b/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 } } }()