Chapter 3
Installing Containers on Windows Server 2019
IN THIS CHAPTER
Implementing Windows Server containers
Implementing Hyper-V containers
Installing Docker on Windows Server 2019
Testing your containers after Docker has been installed
Containers are a game-changing technology — especially for teams that have developers who need dynamic environments to work from. A developer can launch a container that supports the needs of her application within minutes, and many of the container images are purpose build with the various programming frameworks called out in the title of the container image.
Windows Server 2019 supports two variations on containers:
- Windows container: The Windows container is the traditional container model. It’s fast, lightweight, and easy to use. The downside is that it shares the kernel with the host operating system (OS).
- Hyper-V container: If you have a workload that requires different versions of the kernel, or highly secure workloads that can’t share a kernel, the Hyper-V container is the better choice. The Hyper-V container has a higher performance ...
Get Windows Server 2019 & PowerShell All-in-One For Dummies now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.