| 123456789101112131415161718192021 |
- {
- "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"
- }
|