LFCA · Question #46
Which of these providers host repositories of container images?
The correct answer is A. Docker Hub. Docker Hub is the most widely recognized and public registry for hosting and sharing Docker container images.
Question
Which of these providers host repositories of container images?
Options
- ADocker Hub
- BGitHub
- CContainer Index
- DGitLab
How the community answered
(33 responses)- A88% (29)
- B6% (2)
- C3% (1)
- D3% (1)
Why each option
Docker Hub is the most widely recognized and public registry for hosting and sharing Docker container images.
Docker Hub is the world's largest public repository of container images, providing a cloud-based registry service where users can find, store, and share Docker images.
GitHub is primarily a platform for version control using Git, hosting source code repositories, though it can host container images through GitHub Container Registry.
Container Index is not a widely known or standard term for a container image repository provider.
GitLab is an integrated platform for the software development lifecycle, including Git repositories and a built-in container registry, but Docker Hub is more exclusively known for general public image hosting.
Concept tested: Container image registry
Source: https://docs.docker.com/docker-hub/
Topics
Community Discussion
No community discussion yet for this question.