From e38d479a379a5860922f111857c0d18e7ffcdbd1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 8 Jun 2024 18:48:43 +0200 Subject: [PATCH] docs: Mention Windows container (#104) --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 2a2a08d..5092a30 100644 --- a/readme.md +++ b/readme.md @@ -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. +* ### 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? You can use [qemu-docker](https://github.com/qemus/qemu-docker/) to run x86 and x64 images on ARM.