1.

What is docker image registry?

Answer»
  • A Docker image registry, in simple terms, is an area where the docker IMAGES are STORED. Instead of converting the applications to containers each and every time, a DEVELOPER can directly use the images stored in the registry.
  • This image registry can either be public or private and Docker hub is the most POPULAR and famous public registry available.


Discussion

No Comment Found