January 2025
Intermediate to advanced
312 pages
6h 8m
English
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 ... |
Read now
Unlock full access