We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cde06fb + e1a7517 commit 19c5aabCopy full SHA for 19c5aab
cli/command/container/start.go
@@ -75,7 +75,7 @@ func runStart(dockerCli command.Cli, opts *startOptions) error {
75
// We always use c.ID instead of container to maintain consistency during `docker start`
76
if !c.Config.Tty {
77
sigc := notfiyAllSignals()
78
- ForwardAllSignals(ctx, dockerCli, c.ID, sigc)
+ go ForwardAllSignals(ctx, dockerCli, c.ID, sigc)
79
defer signal.StopCatch(sigc)
80
}
81
0 commit comments