1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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