docker-windows/.devcontainer/2016/devcontainer.json
Kroese b33ea1a8f7
Simplify container environment settings
Removed RAM, disk, and CPU core settings from container environment.
2025-10-17 00:49:47 +02:00

21 lines
405 B
JSON

{
"name": "Windows Server 2016",
"service": "windows",
"containerEnv": {
"VERSION": "2016"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}