Update readme.md

This commit is contained in:
Kroese 2024-02-02 13:08:38 +01:00 committed by GitHub
parent 4ac562c0e5
commit f1260c70c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. 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? * ### 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. 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? * ### 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. By default, the container uses bridge networking, which shares the IP address with the host.