diff --git a/components/engine/commands.go b/components/engine/commands.go index db8a126696..d045625c73 100644 --- a/components/engine/commands.go +++ b/components/engine/commands.go @@ -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 } } }()