From 3ead3a0404ceb89cc39882fd3319224c2abea3b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sun, 18 Apr 2021 18:20:35 +0200 Subject: [PATCH] Add some more definitions of image terminology --- site/content/en/docs/handbook/pushing.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/content/en/docs/handbook/pushing.md b/site/content/en/docs/handbook/pushing.md index 4877936c32..4abcc9b531 100644 --- a/site/content/en/docs/handbook/pushing.md +++ b/site/content/en/docs/handbook/pushing.md @@ -12,10 +12,18 @@ aliases: Glossary: +**Pull** means downloading a container image directly from a remote registry. + +**Push** means uploading a container image directly to a remote registry. + **Load** takes an image that is available as an archive, and makes it available in the cluster. +**Save** saves an image into an archive. + **Build** takes a "build context" (directory) and creates a new image in the cluster from it. +**Tag** means assigning a name and tag. + ## Comparison table for different methods The best method to push your image to minikube depends on the container-runtime you built your cluster with (the default is docker).