feat: Implement Windows ME support (#2161)

This commit is contained in:
Kroese
2026-08-18 18:04:20 +02:00
committed by GitHub
parent 6bfe3b1adc
commit 9af2409510
13 changed files with 3817 additions and 2626 deletions
@@ -0,0 +1,19 @@
{
"name": "Windows ME",
"service": "windows",
"containerEnv": {
"VERSION": "me"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}