There are a lot of moving pieces that work together to make containers a reality in your environment, but it's really not too difficult to get started. Let's walk through the initial setup of turning Windows Server 2019 into a container-running mega machine.
Working with containers
Installing the role and feature
The amount of work that you need to accomplish here depends on whether you want to run Windows Server Containers, Hyper-V Containers, or both. The primary feature that you need to make sure that you install is Containers, which can be installed by using either the Add roles and features link from inside Server Manager, or by issuing the following PowerShell command:
Add-WindowsFeature Containers
Additionally...