1
0
mirror of https://github.com/docker/cli.git synced 2026-01-25 03:42:05 +03:00

keep processing signals after the first one

Upstream-commit: 88cb9f3116e41b00b00fdccf6359a555e87061bd
Component: engine
This commit is contained in:
unclejack
2013-08-09 20:33:17 +03:00
parent c07ca04b62
commit ad0bdfec4c

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
}
}
}()