We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 521a44b + 0089567 commit cb748dbCopy full SHA for cb748db
1 file changed
cmd/ctr/commands/tasks/tasks_windows.go
@@ -64,7 +64,7 @@ func NewTask(ctx gocontext.Context, client *containerd.Client, container contain
64
if nullIO {
65
return nil, errors.New("tty and null-io cannot be used together")
66
}
67
- ioCreator = cio.NewCreator(append([]cio.Opt{cio.WithStreams(con, con, con), cio.WithTerminal}, ioOpts...)...)
+ ioCreator = cio.NewCreator(append([]cio.Opt{cio.WithStreams(con, con, nil), cio.WithTerminal}, ioOpts...)...)
68
} else if nullIO {
69
ioCreator = cio.NullIO
70
} else {
0 commit comments