Commit 29aaf1a4 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #12168 from brendandburns/stdin2

Support Stdin and TTY in the kubelet
parents e366f2c5 901a04a3
......@@ -593,6 +593,9 @@ func (dm *DockerManager) runContainer(
CPUShares: cpuShares,
WorkingDir: container.WorkingDir,
Labels: labels,
// Interactive containers:
OpenStdin: container.Stdin,
Tty: container.TTY,
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment