Martin Ahrer

Thinking outside the box

Building a Docker Image

2019-08-17 3 min read martin
This post starts a series of articles taking a deep dive on building Docker images. But before we look at building a Docker image let’s briefly recap the essentials we need to know about container images. A Docker image is built up from a series of layers where each layer represents an instruction in the image’s Dockerfile. Continue reading