mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-27 03:15:49 +00:00 
			
		
		
		
	Create devcontainer.json
This commit is contained in:
		
							parent
							
								
									ce79bb5f8a
								
							
						
					
					
						commit
						39547381e5
					
				
					 1 changed files with 24 additions and 0 deletions
				
			
		
							
								
								
									
										24
									
								
								.devcontainer/10l/devcontainer.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								.devcontainer/10l/devcontainer.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | ||||||
|  | { | ||||||
|  |   "name": "Windows 10 LTSC", | ||||||
|  |   "service": "windows", | ||||||
|  |   "containerEnv": { | ||||||
|  |     "VERSION": "10l", | ||||||
|  |     "RAM_SIZE": "max", | ||||||
|  |     "DISK_SIZE": "max", | ||||||
|  |     "CPU_CORES": "max"     | ||||||
|  |   },   | ||||||
|  |   "forwardPorts": [8006],   | ||||||
|  |   "portsAttributes": { | ||||||
|  |     "8006": { | ||||||
|  |       "label": "Web", | ||||||
|  |       "onAutoForward": "openBrowser" | ||||||
|  |     } | ||||||
|  |   }, | ||||||
|  |   "otherPortsAttributes": { | ||||||
|  |     "onAutoForward": "silent" | ||||||
|  |   },  | ||||||
|  |   "hostRequirements": { | ||||||
|  |     "storage": "64gb" | ||||||
|  |   },   | ||||||
|  |   "dockerComposeFile": "../codespaces.yml" | ||||||
|  | } | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese