Commit 901a04a3 authored by Brendan Burns's avatar Brendan Burns

Add support for interactive contaienrs to the kubelet

parent 9df26f27
......@@ -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