mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Add support for interactive contaienrs to the kubelet
This commit is contained in:
		@@ -593,6 +593,9 @@ func (dm *DockerManager) runContainer(
 | 
				
			|||||||
			CPUShares:  cpuShares,
 | 
								CPUShares:  cpuShares,
 | 
				
			||||||
			WorkingDir: container.WorkingDir,
 | 
								WorkingDir: container.WorkingDir,
 | 
				
			||||||
			Labels:     labels,
 | 
								Labels:     labels,
 | 
				
			||||||
 | 
								// Interactive containers:
 | 
				
			||||||
 | 
								OpenStdin: container.Stdin,
 | 
				
			||||||
 | 
								Tty:       container.TTY,
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user