Merge pull request #11129 from afbjorklund/image-defs
site: Add some more definitions of image terminologypull/11143/head
commit
e738bb4109
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue