🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
406 B
JSON
Executable File
20 lines
406 B
JSON
Executable File
{
|
|
"name": "Windows Server 2008 R2",
|
|
"service": "windows",
|
|
"containerEnv": {
|
|
"VERSION": "2008"
|
|
},
|
|
"forwardPorts": [8006],
|
|
"portsAttributes": {
|
|
"8006": {
|
|
"label": "Web",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"otherPortsAttributes": {
|
|
"onAutoForward": "ignore"
|
|
},
|
|
"dockerComposeFile": "../codespaces.yml",
|
|
"initializeCommand": "docker system prune --all --force"
|
|
}
|