From e0bc529d5357349967de2c66cc1a85e376f8e038 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 14 Jan 2024 20:20:27 +0100 Subject: [PATCH] docs: Readme (#328) --- readme.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 3998ee4..4af2996 100644 --- a/readme.md +++ b/readme.md @@ -197,16 +197,7 @@ docker run -it --rm -e "DISPLAY=vnc" -e "BOOT=http://example.com/image.iso" -p 5 * ### How do I boot Windows? - To enable Windows booting, add the following line to your compose file: - - ```yaml - environment: - BOOT_MODE: "windows" - ``` - - This will also add a CD drive containing device drivers to the system, which can be used for the VirtIO hard drive during the installation. Afterwards install the VirtIO network drivers and the Windows guest tools. - - An easier solution is to use [this container](https://github.com/dockur/windows), which is based on this project, but aimed specificly at running Windows. It will automaticly download the correct ISO file from the Microsoft servers for example. + This container is mainly focussed at Linux. For emulating Windows there is [another container](https://github.com/dockur/windows). It includes a TPM emulator, drivers, and will automaticly download the correct ISO file from the Microsoft servers. * ### How do I provide custom arguments to QEMU?