Docker Essential Training: 3 Image Creation, Management, and Registry

Docker Essential Training: 3 Image Creation, Management, and Registry

English | MP4 | AVC 1280Ă—720 | AAC 48KHz 2ch | 1h 34m | 265 MB

Images are the foundation of Docker containers. They are key to building robust container-based applications—and passing the Docker Certified Associate (DCA) exam. This course covers Docker image creation and management, Docker registries, and important tips to prepare for the DCA exam. Instructor David Davis explains exactly what Docker images are and how they help you. He shows how to use Dockerfiles to build images, how to store and distribute images with Docker registries, and how to use tagging to describe images and implement version control. As you learn, you can practice topics from domain two of the DCA certification exam: Image Creation, Management, and Registry.

Topics include:

  • Docker Certified Associate (DCA)
  • What are Docker images and Dockerfiles?
  • Creating Docker images
  • Tagging, modifying, and managing images
  • Deploying a registry
  • Pushing, pulling, and signing images
  • Searching registries
  • Deleting images from a registry
Table of Contents

1 Welcome
2 Docker Certified Associate (DCA)
3 What you should know
4 Setting up your environment
5 What is a Docker image
6 Understanding layering with Docker images
7 What is a Dockerfile
8 Analyzing a Dockerfile
9 Managing images with the CLI
10 Inspecting images
11 Using image tagging
12 Creating an image from a file
13 Modifying image layers
14 What is the Docker Registry
15 Deploying a registry
16 Configuring a registry
17 Logging into a registry
18 Pushing, pulling, and signing images
19 Searching Docker registries
20 Tagging Docker images
21 Deleting images from a registry
22 Next steps