docs: Readme (#329)

This commit is contained in:
Kroese 2024-01-14 21:32:21 +01:00 committed by GitHub
parent e0bc529d53
commit a1b36a03cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,10 @@ docker run -it --rm -e "DISPLAY=vnc" -e "BOOT=http://example.com/image.iso" -p 5
Replace the example path `/var/qemu` with the desired storage folder.
* ### How do I boot Windows?
This container is mainly focussed on emulating Linux-based operating systems. So for emulating Windows there is [another container](https://github.com/dockur/windows) that includes a TPM emulator, all the necessary drivers, and will automaticly download the correct ISO file from the Microsoft servers.
* ### How do I verify if my system supports KVM?
To verify if your system supports KVM, run the following commands:
@ -195,10 +199,6 @@ docker run -it --rm -e "DISPLAY=vnc" -e "BOOT=http://example.com/image.iso" -p 5
BOOT_MODE: "uefi"
```
* ### How do I boot Windows?
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?
You can create the `ARGUMENTS` environment variable to provide additional arguments to QEMU at runtime: