Windows Server containers versus Hyper-V containers
When spinning up your containers, it is important to know that there are two categories of containers that you can run in Windows Server 2022. I know this is all a bit confusing, since we just talked about how there are three (or four, depending on how you view SAC) different container base image types. Those are all about what OS runs within the container itself. Here we are talking about what different types of containers there are, which is moreso from the perspective of the container host operating system, and what functionality your containers as a whole will have. All aspects of application containers that we have been talking about so far apply to either Windows Server containers or Hyper-V containers. Hyper-V containers can run the same code or images as Windows Server containers, while keeping stronger isolation guarantees to make sure the important stuff stays separated. The decision on whether to use Windows Server containers...