mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-04 06:15:27 +00:00 
			
		
		
		
	Add devcontainer configuration for Windows 10 Pro
This commit is contained in:
		
							parent
							
								
									d2774a5467
								
							
						
					
					
						commit
						ceef249974
					
				
							
								
								
									
										20
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,20 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "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"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user