Install Docker without HyperV/VirtualBox/VMware support on Windows

I was wondering about the same question.
I’ve noticed Docler on Windows is using QEMU. And to my understanding, QEMU can emulate pretty much anything regardless of the OS or even platform, though it might not be the most performant compared to hypervisor virtualization.

So I wondered if we still can run Docker in Windows with a QEMU emulator (even though it might be slower), and if not, why?