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:
@@ -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