6: Working with Images
In this chapter, we’ll dive deep into Docker images. You’ll learn what images are, how to work with them, and how they work under the hood. You’ll learn how to build your own in Chapter 8: Containerizing an application.
I’ve arranged the chapter as follows:
- Docker images – The TLDR
- Intro to images
- Pulling images
- Image registries
- Image naming and tagging
- Images and layers
- Pulling images by digest
- Multi-architecture images
- Vulnerability scanning with Docker Scout
- Deleting images
Docker images – The TLDR
Before getting started, all of the following terms mean the same thing, and we’ll use them interchangeably: Image, Docker image, container image, and OCI image.
An image is a read-only package containing everything you ...
Get Docker Deep Dive - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.