docker-windows/.devcontainer/8e/devcontainer.json
Kroese e8fde07286
Simplify container environment configuration
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from container environment.
2025-10-17 00:51:42 +02:00

21 lines
406 B
JSON

{
"name": "Windows 8.1 Enterprise",
"service": "windows",
"containerEnv": {
"VERSION": "8e"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}