windows_in_docker/.devcontainer/xp/devcontainer.json

22 lines
424 B
JSON

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