mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 22:06:17 +00:00 
			
		
		
		
	However, do not try to change memory cgroups from it; this needs to be in `init`. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
		
			
				
	
	
		
			4 lines
		
	
	
		
			46 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			46 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM scratch
 | |
| COPY . ./
 | |
| CMD ["/usr/bin/sysfs"]
 |