Docker - Repository

Card Puncher Data Processing

About

A repository 1) is a location where image (and multiple tag variants) can be:

  • pushed
  • searched
  • and pulled.

It may be stored:

  • locally
  • or remotely (ie in a registry)

Docker Hub

The docker hub is the default docker registry (of the docker company) that host repositories.

It hosts the Official repositories





Discover More
Card Puncher Data Processing
Docker - Hub

Docker hub is: the default remote repository and a docker building tool.
Card Puncher Data Processing
Docker - Image

This page is the container image in Docker. OCI is the standardized container format used by Docker where: sha256:e90fc3a is the , the machine readable version of the image (unique) (default to...
Card Puncher Data Processing
Docker - Publish

How to publish an image to a repository (for now docker hub) See also: For an image name as dockiql and my docker hub id as gerardnico
Docker Tag Syntax
Docker - Tag (Tag, push, and pull your image)

A tag is a string that identifies an image variant with a release version (1.0, 1.1) and/or other component (ie jdk11, jdk15, ...) Technically, in the registry, all image addressing is content...
Card Puncher Data Processing
How to run a docker image with example to create a container?

The run command creates: a container from an image running the docker host and calls the entrypoint script with the cmd values as arguments start To generate this message, Docker took...



Share this page:
Follow us:
Task Runner