nerdexam
Linux_Foundation

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.

Submitted by manish99· May 4, 2026System Administration

Question

Which of these providers host repositories of container images?

Options

  • ADocker Hub
  • BGitHub
  • CContainer Index
  • DGitLab

How the community answered

(33 responses)
  • A
    88% (29)
  • B
    6% (2)
  • C
    3% (1)
  • D
    3% (1)

Why each option

Docker Hub is the most widely recognized and public registry for hosting and sharing Docker container images.

ADocker HubCorrect

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.

BGitHub

GitHub is primarily a platform for version control using Git, hosting source code repositories, though it can host container images through GitHub Container Registry.

CContainer Index

Container Index is not a widely known or standard term for a container image repository provider.

DGitLab

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

#containers#container images#image registries#Docker Hub

Community Discussion

No community discussion yet for this question.

Full LFCA Practice