mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-03 22:04:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			409 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			409 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "Windows 7 Ultimate",
 | 
						|
  "service": "windows",
 | 
						|
  "containerEnv": {
 | 
						|
    "VERSION": "7u"
 | 
						|
  },  
 | 
						|
  "forwardPorts": [8006],  
 | 
						|
  "portsAttributes": {
 | 
						|
    "8006": {
 | 
						|
      "label": "Web",
 | 
						|
      "onAutoForward": "openBrowser"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "otherPortsAttributes": {
 | 
						|
    "onAutoForward": "ignore"
 | 
						|
  }, 
 | 
						|
  "dockerComposeFile": "../codespaces.yml",
 | 
						|
  "initializeCommand": "docker system prune --all --force"
 | 
						|
}
 |