Samuel Karp 
							
						 
					 
					
						
						
							
						
						5dec27b6f1 
					 
					
						
						
							
							ctr: exec handle pty resize after Start  
						
						 
						
						... 
						
						
						
						Handle initial pty resize after the exec process has started and the pty
is available, consistent with the behavior of ctr run.
Signed-off-by: Samuel Karp <me@samuelkarp.com > 
						
						
					 
					
						2021-05-25 00:12:21 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Karp 
							
						 
					 
					
						
						
							
						
						b9378b4529 
					 
					
						
						
							
							ctr: exec setup IO with console  
						
						 
						
						... 
						
						
						
						Use cio.WithStreams with explicit console device when --tty is passed,
consistent with how ctr run behaves.
Signed-off-by: Samuel Karp <me@samuelkarp.com > 
						
						
					 
					
						2021-05-22 23:19:46 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								acetang 
							
						 
					 
					
						
						
							
						
						5e94745f26 
					 
					
						
						
							
							ctr: add --user for task exec  
						
						 
						
						... 
						
						
						
						set user in exec container
$ ctr t exec --exec-id e1 --user admin container id
uid=500(admin) gid=500(admin) groups=500(admin)
Signed-off-by: chuangxue <chenglong.lcl@alibaba-inc.com >
Signed-off-by: acetang <aceapril@126.com > 
						
						
					 
					
						2021-03-25 19:29:30 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						f543f2fbcd 
					 
					
						
						
							
							Call CloseIO when stdin closes in ctr  
						
						 
						
						... 
						
						
						
						Fixes  #2439 
Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2019-07-26 19:52:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maksym Pavlenko 
							
						 
					 
					
						
						
							
						
						46af8ccd2d 
					 
					
						
						
							
							Check exec log flags compatibility  
						
						 
						
						... 
						
						
						
						Signed-off-by: Maksym Pavlenko <makpav@amazon.com > 
						
						
					 
					
						2019-07-02 09:53:11 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maksym Pavlenko 
							
						 
					 
					
						
						
							
						
						6b59b425e2 
					 
					
						
						
							
							Support --log-uri for exec subcommand  
						
						 
						
						... 
						
						
						
						Signed-off-by: Maksym Pavlenko <makpav@amazon.com > 
						
						
					 
					
						2019-07-01 13:32:37 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						4a8acf54b1 
					 
					
						
						
							
							Merge pull request  #2793  from lifubang/runexecflag  
						
						 
						
						... 
						
						
						
						fix container cmd args may parsed as ctr args 
						
						
					 
					
						2018-12-04 11:05:51 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lifubang 
							
						 
					 
					
						
						
							
						
						2d3a4f99ec 
					 
					
						
						
							
							should no defer when detach  
						
						 
						
						... 
						
						
						
						Signed-off-by: Lifubang <lifubang@acmcoder.com > 
						
						
					 
					
						2018-12-03 19:18:57 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lifubang 
							
						 
					 
					
						
						
							
						
						01f5aa3878 
					 
					
						
						
							
							add flag -d for ctr t exec to run a service in container  
						
						 
						
						... 
						
						
						
						Signed-off-by: Lifubang <lifubang@acmcoder.com > 
						
						
					 
					
						2018-11-16 14:29:45 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lifubang 
							
						 
					 
					
						
						
							
						
						bd2a21985c 
					 
					
						
						
							
							fix container cmd args may parsed as ctr args  
						
						 
						
						... 
						
						
						
						Signed-off-by: Lifubang <lifubang@acmcoder.com > 
						
						
					 
					
						2018-11-15 18:32:04 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kunal Kushwaha 
							
						 
					 
					
						
						
							
						
						b12c3215a0 
					 
					
						
						
							
							Licence header added  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp > 
						
						
					 
					
						2018-02-19 10:32:26 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akihiro Suda 
							
						 
					 
					
						
						
							
						
						507a149488 
					 
					
						
						
							
							cio: add WithFIFODir opt  
						
						 
						
						... 
						
						
						
						Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp > 
						
						
					 
					
						2018-01-18 14:33:56 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Nephin 
							
						 
					 
					
						
						
							
						
						7d4337e738 
					 
					
						
						
							
							Reduce the number of IO constructors  
						
						 
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@gmail.com > 
						
						
					 
					
						2017-12-11 15:07:09 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Nephin 
							
						 
					 
					
						
						
							
						
						298dabc6c2 
					 
					
						
						
							
							Move io.go into cio package  
						
						 
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@gmail.com > 
						
						
					 
					
						2017-11-17 17:04:45 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jess Valarezo 
							
						 
					 
					
						
						
							
						
						c3b70f1d0b 
					 
					
						
						
							
							ctr: move tasks, run to commands package  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com > 
						
						
					 
					
						2017-10-31 11:57:41 -07:00