docker-windows/.devcontainer/xp64/devcontainer.json
Kroese 3d97814d13
Simplify container environment configuration
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from container environment.
2025-10-17 00:53:54 +02:00

18 lines
353 B
JSON

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