mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 21:35:51 +00:00
keep processing signals after the first one
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user