Skip to content

Commit 5f66284

Browse files
Merge pull request #323 from jumppad-labs/erik/docker-interactive
run containers interactively
2 parents 5dfe87b + 18f57de commit 5f66284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/clients/container/docker_tasks.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ func (d *DockerTasks) CreateContainer(c *dtypes.Container) (string, error) {
143143
AttachStdin: true,
144144
AttachStdout: true,
145145
AttachStderr: true,
146+
Tty: true,
147+
OpenStdin: true,
146148
User: user,
147149
}
148150

0 commit comments

Comments
 (0)