Back

Explore Courses Blog Tutorials Interview Questions
0 votes
5 views
in Docker by (12.9k points)

Could someone tell me what is Docker Registry?

1 Answer

0 votes
by (55.6k points)

Docker is a group of PaaS (Platform as a Service) products that are used to containerize the application or software or package them into containers for deployment within a bundle which consists of libraries, and dependencies that are required for the application’s proper working. A Registry stores information that is specific to the task it was created for. A Docker Registry stores information such as Docker Images, for versioning, storing, and distribution of those images. DockerHub is the official hosted registry while installing Docker Engine. You could opt for other registries if you like depending on your requirements.

If you wish to learn more about Docker, check out the Docker tutorial and if you wish to get skilled and certified in Docker, then check out the Docker training course from Intellipaat. Also, check out the YouTube video on Docker Interview Questions, if you wish to prep up for any Docker interview.

Related questions

0 votes
1 answer
+9 votes
1 answer
0 votes
1 answer
asked Feb 11, 2021 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Feb 11, 2021 in Docker by Amyra (12.9k points)

Browse Categories

...