Chapter 2: Building Container Images
In this chapter, you will start building container images. We will look at five different ways you can define and build images using native Docker tools.
We will discuss the recommended ways that you can define and build your own images, as well as one way that is not considered to be a best practice but does have its uses.
We will cover the following topics:
- Introducing Dockerfiles
- Building Docker images
Let’s get started!