I wish there were real / usable Windows containers out there. I'd love to spin up a quick sandbox to run a MSVC / MSBuild, but the smallest "image" in Windows-land for that is 12Gb.
Still use Docker alongside WSL2 for purely-Linux stuff like some node.js scripts or python things that don't need GPU.
I just want Docker containers for Windows with a reasonable size. They do have a Server Core (at about 1.5Gb) and a much slimmer NanoServer (100Mb), but the NanoServer is not capable of running the Visual C++ compiler for example.
Still use Docker alongside WSL2 for purely-Linux stuff like some node.js scripts or python things that don't need GPU.