Introduction to Docker Images
Get a high-level overview of Docker images and their composition.
We'll cover the following...
In this chapter, we’ll explore Docker images in depth. You’ll learn what images are, how to work with them, and how they work under the hood.
Docker images: A quick overview
Before getting started, the following terms mean the same thing, and we’ll use them interchangeably: Image, Docker image, container image, and OCI image.
An ...