Skip to content

Commit 51fdeeb

Browse files
committed
fix tty
1 parent e01ce14 commit 51fdeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func dockerRun(cfg *container.Config, hostcfg *container.HostConfig, sess ssh.Se
224224
}
225225
execResp, err := docker.ContainerExecCreate(ctx, resp.ID, container.ExecOptions{
226226
Cmd: defaultCmd,
227-
Tty: false,
227+
Tty: true,
228228
AttachStdin: true,
229229
AttachStdout: true,
230230
AttachStderr: true,

0 commit comments

Comments
 (0)