I am trying to understand this solution and please correct me if i am wrong
Based on my understanding, we are building Windows Virtual Machine (VM) and running the VM inside the docker container.
Since we can run the VM directly on the host machine using kvm-qemu, what is the advantage of running the Virtual Machine inside a docker container?. Is there any performance improvements?. Please suggest the advantage and sample use-cases if any