Is it possible to create docker image from windows ISO?

54 Views Asked by At

I need a Windows docker image to run in a docker VM (backed by Hyper-V) to run tests on Windows mini-filter drivers there. I was able to run mcr.microsoft.com/windows:20H2-amd64 image but the mini-filter driver can not be started there because fltmgr driver is not started on the system for some reason.

So I'm wondering if I am able to create a custom Windows image original Windows ISO file and publish it to install in docker backed by Hyper-V or docker toolbox backed by VirtualBox

0

There are 0 best solutions below