Containers are the latest buzz in IT technology. Containers enable you to isolate your applications from the underlying OS improving the deployment and reliability of those applications. Windows Server 2016 provides two kinds of native containers: Windows Server Containers and Hyper-V Containers. These containers are created, managed and maintained with Docker. In this session you will learn about containers: what they do, why they are useful, how they work. You will also learn how to manage containers with Docker. We will use the Docker daemon to create, stop, start containers and container images. We will store an image in Docker hub and use it to build a new container. We will configure container networking.