Add support for interactive contaienrs to the kubelet

This commit is contained in:
Brendan Burns 2015-08-05 11:25:27 -07:00
parent 9df26f27dd
commit 901a04a3d6

View File

@ -593,6 +593,9 @@ func (dm *DockerManager) runContainer(
CPUShares: cpuShares,
WorkingDir: container.WorkingDir,
Labels: labels,
// Interactive containers:
OpenStdin: container.Stdin,
Tty: container.TTY,
},
}