docker-windows/.devcontainer/xp/devcontainer.json
Kroese d7f0f5bacb
Simplify container environment configuration
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv.
2025-10-17 00:53:39 +02:00

18 lines
349 B
JSON

{
"name": "Windows XP (32-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "xp"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}