mirror of
				https://git.mirrors.martin98.com/https://github.com/docker/setup-docker-action
				synced 2025-11-01 07:31:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			105 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			105 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM mcr.microsoft.com/windows/nanoserver:1809
 | |
| COPY hello.txt C:
 | |
| CMD ["cmd", "/C", "type C:\\hello.txt"]
 | 
