mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-11-04 09:25:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine:3.5
 | 
						|
 | 
						|
COPY ./kvmod .
 | 
						|
 | 
						|
CMD ["insmod", "/root/kvmod/kernel_vuln.ko"]
 |