From 7b7ae534c1bd134ada1b35b3adcb1cc6aa347107 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:50:53 +0200 Subject: [PATCH] Simplify container environment configuration Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/2k/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/2k/devcontainer.json b/.devcontainer/2k/devcontainer.json index 2aa0e55..9ee27cb 100644 --- a/.devcontainer/2k/devcontainer.json +++ b/.devcontainer/2k/devcontainer.json @@ -2,10 +2,7 @@ "name": "Windows 2000 Professional", "service": "windows", "containerEnv": { - "VERSION": "2k", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "2k" }, "forwardPorts": [8006], "portsAttributes": {