| ▲ | yjftsjthsd-h 4 hours ago | |
I don't get it. Is it a VM in a container? Skimming https://hub.docker.com/r/microsoft/windows I would have interpreted that as a native Windows container, which I vaguely recall being a thing, but that would require an NT host, not Linux. | ||
| ▲ | tsimionescu 7 minutes ago | parent | next [-] | |
It is a container in a VM. I'm not even sure what, if anything, the container achieves. But their installation instructions are pretty clear that you start by creating a Windows VM. | ||
| ▲ | breppp 4 hours ago | parent | prev [-] | |
I remember Windows containers have two modes of operation as a Hyper-V VM and some sort of container-like isolation. I think the reason is that they had to quickly ship "containers" initially and that Windows does not have a kernel backwards compatibility the same way Linux does https://learn.microsoft.com/en-us/virtualization/windowscont... | ||