docker-windows/.devcontainer/core11/devcontainer.json
Kroese fc7b284b90
Update devcontainer.json environment variables
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv.
2025-10-17 00:51:58 +02:00

21 lines
400 B
JSON

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