From b322f7ae67030639d116da9df18a19d9d6ca455e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Fri, 19 Mar 2021 22:07:32 +0100 Subject: [PATCH] Explain what load and build means in this context --- site/content/en/docs/handbook/pushing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/content/en/docs/handbook/pushing.md b/site/content/en/docs/handbook/pushing.md index f65eb7506e..335df07d8d 100644 --- a/site/content/en/docs/handbook/pushing.md +++ b/site/content/en/docs/handbook/pushing.md @@ -10,6 +10,11 @@ aliases: - /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