docs: Readme (#329)
This commit is contained in:
parent
e0bc529d53
commit
a1b36a03cf
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
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?
|
* ### How do I verify if my system supports KVM?
|
||||||
|
|
||||||
To verify if your system supports KVM, run the following commands:
|
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"
|
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?
|
* ### How do I provide custom arguments to QEMU?
|
||||||
|
|
||||||
You can create the `ARGUMENTS` environment variable to provide additional arguments to QEMU at runtime:
|
You can create the `ARGUMENTS` environment variable to provide additional arguments to QEMU at runtime:
|
||||||
|
|
Loading…
Reference in a new issue