From f1bcd5a9eec4a48fddca4c64837a6a388eb5c9a0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 15 Jan 2024 03:38:24 +0100 Subject: [PATCH] docs: Minimum requirements (#11) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index de48482..f3b2995 100644 --- a/readme.md +++ b/readme.md @@ -82,11 +82,11 @@ docker run -it --rm -e "VERSION=win11x64" -p 8006:8006 --device=/dev/kvm --cap-a The container includes a web-based viewer, so you can visit [http://localhost:8006/](http://localhost:8006/) using any webbrowser to view the screen and interact with Windows via the keyboard/mouse. - This is mainly for use during installation, as afterwards you can use Remote Desktop, TeamViewer or any software you like. + This is mainly for use during installation, as afterwards you can use Remote Desktop, TeamViewer or any other software you prefer. * ### How do I increase the amount of CPU or RAM? - By default, 2 CPU cores and 4 GB of RAM are allocated to the container. + By default, 2 CPU cores and 4 GB of RAM are allocated to the container, as that are the minimum requirements of Windows 11. To increase this, add the following environment variables: