mirror of
				https://github.com/minio/minio.git
				synced 2025-11-04 02:01:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			48 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			48 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM scratch
 | 
						|
 | 
						|
COPY minio /minio
 | 
						|
 | 
						|
CMD ["/minio"]
 |