May 2025
Intermediate to advanced
308 pages
6h 1m
English
This chapter is a 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:
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 need ...
Read now
Unlock full access