Skip to content

Commit

Permalink
fix tty
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Jan 17, 2025
1 parent e01ce14 commit 51fdeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func dockerRun(cfg *container.Config, hostcfg *container.HostConfig, sess ssh.Se
}
execResp, err := docker.ContainerExecCreate(ctx, resp.ID, container.ExecOptions{
Cmd: defaultCmd,
Tty: false,
Tty: true,
AttachStdin: true,
AttachStdout: true,
AttachStderr: true,
Expand Down

0 comments on commit 51fdeeb

Please sign in to comment.