diff --git a/cli/command/container/run.go b/cli/command/container/run.go index 2ce3f3679c..3c87efec7d 100644 --- a/cli/command/container/run.go +++ b/cli/command/container/run.go @@ -115,11 +115,6 @@ func runContainer(dockerCli command.Cli, opts *runOptions, copts *containerOptio config.StdinOnce = false } - // Disable sigProxy when in TTY mode - if config.Tty { - opts.sigProxy = false - } - // Telling the Windows daemon the initial size of the tty during start makes // a far better user experience rather than relying on subsequent resizes // to cause things to catch up.