Merge pull request #11129 from afbjorklund/image-defs

site: Add some more definitions of image terminology
pull/11143/head
Medya Ghazizadeh 2021-04-19 11:41:16 -07:00 committed by GitHub
commit e738bb4109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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).