 252d6550f5
			
		
	
	252d6550f5
	
	
	
		
			
			Update cri and docker to recent commits for mips enablement Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			346 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			346 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build !windows
 | |
| 
 | |
| package system // import "github.com/docker/docker/pkg/system"
 | |
| 
 | |
| // InitLCOW does nothing since LCOW is a windows only feature
 | |
| func InitLCOW(experimental bool) {
 | |
| }
 | |
| 
 | |
| // ContainerdRuntimeSupported returns true if the use of ContainerD runtime is supported.
 | |
| func ContainerdRuntimeSupported(_ bool, _ string) bool {
 | |
| 	return true
 | |
| }
 |