docker-windows/.devcontainer/nano11/devcontainer.json
Kroese 63bb370f40
Simplify container environment configuration
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv.
2025-10-17 00:52:13 +02:00

21 lines
400 B
JSON

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