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:
parent
df86cb9a5c
commit
88cb9f3116
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
|
Loading…
Reference in a new issue