Book 8

Installing, Configuring, and Using Containers

Contents at a Glance

  1. Chapter 1: Introduction to Containers in Windows Server 2019
    1. Understanding Containers
    2. Considering Use Cases for Containers
    3. Deciding What Type of Containers You Want to Use
    4. Managing Containers at Scale
  2. Chapter 2: Docker and Docker Hub
    1. Introduction to Docker
    2. Introduction to Docker Hub
  3. Chapter 3: Installing Containers on Windows Server 2019
    1. Installing Windows Containers
    2. Installing Hyper-V Containers
    3. Installing Docker
    4. Testing Your Container Installation
  4. Chapter 4: Configuring Docker and Containers on Windows Server 2019
    1. Working with Dockerfile
    2. Applying Custom Metadata to Containers and Other Objects
    3. Configuring Containers
    4. Configuring the Docker Daemon with daemon.json
  5. Chapter 5: Managing Container Images
    1. Making Changes to Images and Saving the Changes You Make
    2. Pushing Images to Docker Hub
    3. Pulling Images from Docker Hub
    4. Handling Image Versioning
  6. Chapter 6: Container Networking
    1. Considering the Different Types of Network Connections
    2. Viewing Your Network Adapters and Virtual Switches
    3. Configuring a Network Address Translation Network Connection
    4. Configuring a Transparent Network Connection
    5. Configuring an Overlay Network Connection
    6. Configuring an l2bridge Network Connection
    7. Configuring an l2tunnel Network Connection
    8. Connecting to a Network
  7. Chapter 7: Container Storage
    1. Getting Acquainted with Container Storage
    2. Creating a Volume Inside of a Container
    3. Working with Persistent Volumes