diff --git a/readme.md b/readme.md index 323acef..a0e5538 100644 --- a/readme.md +++ b/readme.md @@ -97,34 +97,14 @@ docker run -it --rm -e "BOOT=http://example.com/image.iso" -p 8006:8006 --device Replace the example path `/var/qemu` with the desired storage folder. -* ### How do I boot a local image? - - To skip the download, rename your image to `boot.iso` and place it in an empty `/storage` folder. - -* ### How do I boot with UEFI? - - To enable UEFI booting, add the following line to your compose file: - - ```yaml - environment: - BOOT_MODE: "uefi" - ``` - -* ### How do I boot Windows? - - To enable Windows booting, add the following line to your compose file: - - ```yaml - environment: - BOOT_MODE: "windows" - ``` - - But you might want to give [dockur/windows](https://github.com/dockur/windows) a try instead, as it includes all the drivers required during installation and many other features. - * ### How do I boot a x86 image? You can use [qemu-docker](https://github.com/qemus/qemu-docker/) to run x86 and x64 images on ARM. +* ### How do I boot a local image? + + To skip the download, rename your image to `boot.iso` and place it in an empty `/storage` folder. + * ### How do I assign an individual IP address to the container? By default, the container uses bridge networking, which shares the IP address with the host.