1
0
zrcadlo https://github.com/dockur/windows.git synchronizováno 2026-06-10 11:59:33 +08:00
Files
windows/.devcontainer/160 - Windows Server 2008 R2/devcontainer.json
T
2025-11-14 06:26:07 +01:00

20 řádky
406 B
JSON

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