diff --git a/commands/debug-shell.go b/commands/debug-shell.go index 0b091572..6b814094 100644 --- a/commands/debug-shell.go +++ b/commands/debug-shell.go @@ -47,7 +47,7 @@ func debugShellCmd(dockerCli command.Cli) *cobra.Command { err = monitor.RunMonitor(ctx, "", nil, controllerapi.InvokeConfig{ Tty: true, - }, c, os.Stdin, os.Stdout, os.Stderr, printer) + }, c, dockerCli.In(), os.Stdout, os.Stderr, printer) con.Reset() return err },