Skip to content

Commit

Permalink
Enable OpenStdin on container cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelemc committed Dec 13, 2024
1 parent 59ad3bc commit a6bcfd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ func (d *DockerRuntime) CreateContainer(ctx context.Context, node *types.NodeCon
AttachStderr: true,
Hostname: node.ShortName,
Tty: true,
OpenStdin: true,
User: node.User,
Labels: node.Labels,
ExposedPorts: node.PortSet,
Expand Down

0 comments on commit a6bcfd4

Please sign in to comment.