Explain what load and build means in this context

pull/10882/head
Anders F Björklund 2021-03-19 22:07:32 +01:00
parent aa334fe944
commit b322f7ae67
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ aliases:
- /docs/tasks/docker_daemon - /docs/tasks/docker_daemon
--- ---
Glossary:
**Load** takes an image that is available as an archive, and makes it available in the cluster.
**Build** takes a "build context" (directory) and creates a new image in the cluster from it.
## Comparison table for different methods ## Comparison table for different methods