From f1260c70c179595f74b2500f5a7d86f7a0eca8c7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 13:08:38 +0100 Subject: [PATCH] Update readme.md --- readme.md | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) 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.