mirror of
				https://github.com/yeasy/docker_practice.git
				synced 2025-10-31 10:11:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| FROM --platform=$TARGETPLATFORM alpine
 | |
| 
 | |
| RUN uname -a > /os.txt
 | |
| 
 | |
| CMD cat /os.txt
 |