May 2025
Intermediate to advanced
308 pages
6h 1m
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) |
|---|---|
| AI acceleration hardware | Hardware, such as GPUs, NPUs, and TPUs that speed up the execution (inference) of AI models. |
| 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 ... |
Read now
Unlock full access