chore: remove unused env vars

This commit is contained in:
synacktra.work@gmail.com
2025-11-26 14:00:00 +05:30
parent d355d35f78
commit 8bcf820cd2
2 changed files with 1 additions and 5 deletions

View File

@@ -1,11 +1,9 @@
FROM trycua/windows-local:latest
FROM windows-local:latest
COPY src/vm/setup/. /oem/
COPY --chmod=755 src/entry.sh /entry.sh
ENV YRES="900"
ENV XRES="1440"
ENV RAM_SIZE="8G"
ENV CPU_CORES="8"
ENV VERSION="win11x64-enterprise-eval"

View File

@@ -102,8 +102,6 @@ docker run -it --rm \
- `RAM_SIZE`: RAM allocated to Windows VM (default: "8G", recommended: "8G" for WSL2)
- `CPU_CORES`: CPU cores allocated to VM (default: "8")
- `DISK_SIZE`: VM disk size (default: "30G", minimum: "20G")
- `YRES`: Screen height (default: "900")
- `XRES`: Screen width (default: "1440")
- `VERSION`: Windows version (default: "win11x64-enterprise-eval")
### Volumes