Unverified Commit a1b36a03 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Readme (#329)

parent e0bc529d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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: