Chapter 12. Building Docker Images

In This Chapter:

Image Build a simple Docker container image

Image Use Dockerfile instructions

Image Learn tips to build images more efficiently

Although you can create Docker images by adding software to a running container and committing it to an image (docker commit), the preferred way to create Docker images is with the docker build command. The file you create to hold the instructions for building a Docker image is literally ...

Get Docker Containers: Build and Deploy with Kubernetes, Flannel, Cockpit, and Atomic 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.