docs: Mention Windows container (#104)

This commit is contained in:
Kroese 2024-06-08 18:48:43 +02:00 committed by GitHub
parent 159402de8f
commit e38d479a37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,6 +102,10 @@ kubectl apply -f kubernetes.yml
Replace the example path `/home/user/example.iso` with the filename of the desired ISO file, the value of `BOOT` will be ignored in this case. Replace the example path `/home/user/example.iso` with the filename of the desired ISO file, the value of `BOOT` will be ignored in this case.
* ### How do I boot Windows?
Use [dockur/windows-arm](https://github.com/dockur/windows-arm) instead, as it includes all the drivers required during installation, amongst 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.