Содержание
Course Overview 1m 49s Course Overview 1m 49sIntroduction 8m 43s Introduction 4m 55s If You're Following Along 3m 48sIntroduce Windows Containers 35m 25s Introduction 1m 16s What Is a Windows Container? 5m 8s Containers are Ephemeral 8m 36s Understand the Use Cases for Windows Containers 7m 45s Explore Container Terminology 9m 17s Introduce Docker for Windows 1m 56s What This Module Covered 1m 25sPrepare Docker for Windows Desktop and Windows Server 2019 28m 39s Introduction 2m 33s Prepare Desktop for Docker Desktop 2m 33s Download and Install Docker Desktop 7m 16s Install Docker on Windows Server 2019 3m 51s Enable Remote Docker Host Management via dockerd 4m 36s Enable Remote Docker Host Management via SSH 5m 35s What This Module Covered 2m 12sManage Containers and Container Images 1h 20m 19s Introduction 5m 10s Pull and Run a Server Core Container Image 9m 53s Run an Interactive Container 2m 48s Run Detached Containers 9m 5s Manage Containers in Windows Admin Center 1m 41s Build a Container Image Interactively 11m 42s Stop, Start, and Remove Containers 3m 48s Build a Container Image with Dockerfiles 9m 22s Configure Container Naming at Execution 2m 27s Incorporate CMD and ENTRYPOINT Instructions into Dockerfiles 4m 14s Configure Containers at Runtime using CMD and ENTRYPOINT Instructions 8m 57s Incorporate HEALTHCHECK Instructions into Dockerfiles 5m 37s Push Container Images to Docker Hub Repository 3m 15s What This Module Covered 2m 13sConfigure Container Networking and Data Volumes 1h 4m 13s Introduction 3m 0s Understand Networking for Windows Containers 5m 49s Explore the Default NAT Network 5m 29s Create and Customize NAT Networks 13m 20s Publish Network Ports 5m 9s Expose Network Ports 2m 38s Understand Network Driver Types 4m 2s Create and Customize Transparent Networks 10m 31s Attach Local Volumes to Containers 7m 2s Attach Remote Volumes to Containers 5m 12s What This Module Covered 1m 54sDeploy an IIS and SQL Application Using Docker Compose 53m 14s Introduction 5m 42s Design an IIS and SQL Application 1m 37s Prepare a SQL Container Image with Dockerfiles, Part 1 6m 1s Prepare a SQL Container Image with Dockerfiles, Part 2 12m 4s Prepare an IIS Container Image with Dockerfiles, Part 1 2m 55s Prepare an IIS Container Image with Dockerfiles, Part 2 6m 28s Understand Docker Compose and YAML 2m 3s Install Docker Compose on Windows Server 2019 2m 12s Construct a YAML File for Docker Compose 4m 39s Deploy IIS and SQL Images using Docker Compose 2m 53s Build IIS and SQL Images using Docker Compose 5m 8s What This Module Covered 1m 25s