mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-04 06:15:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			442 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			442 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "Windows 10 Pro",
 | 
						|
  "service": "windows",
 | 
						|
  "containerEnv": {
 | 
						|
    "VERSION": "10"
 | 
						|
  },
 | 
						|
  "forwardPorts": [8006],  
 | 
						|
  "portsAttributes": {
 | 
						|
    "8006": {
 | 
						|
      "label": "Web",
 | 
						|
      "onAutoForward": "notify"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "otherPortsAttributes": {
 | 
						|
    "onAutoForward": "ignore"
 | 
						|
  }, 
 | 
						|
  "dockerComposeFile": "../codespaces.yml",
 | 
						|
  "workspaceFolder": "/workspaces/windows",
 | 
						|
  "initializeCommand": "docker system prune --all --force"
 | 
						|
}
 |