Terminology

This glossary defines some of the most common Docker and container-related terms used in the book.

If you think I’ve missed anything important, ping me at ddd@nigelpoulton.com.

Term Definition (according to Nigel)
API Application Programming Interface. In the case of Docker, all resources are defined in the Docker API, which is RESTful and exposed via the Docker Daemon.
   
Base image The first layer of all container images. Created by the Dockerfile FROM instruction and usually contains a minimal set of OS constructs required by an application.
   
Build The process of building a new container image. Docker builds images by stepping through a set of instructions defined in a Dockerfile.
   
Build Cloud A subscription ...

Get Docker Deep Dive - Third Edition 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.