---
description: Learn about Docker Hub features and the administrative tasks available in Docker Hub
keywords: Docker, docker, docker hub, hub, overview
title: Overview of Docker Hub
---
Docker Hub is a service provided by Docker for finding and sharing container images.
It's the world’s largest repository of container images with an array of content sources including container community developers, open source projects, and independent software vendors (ISV) building and distributing their code in containers.
Docker Hub is also where you can go to [change your Docker account settings and carry out administrative tasks](admin-overview.md).
* [Repositories](../docker-hub/repos/index.md): Push and pull container images.
* [Docker Official Images](official_images.md): Pull and use high-quality
container images provided by Docker.
* [Docker Verified Publisher Images](dvp-program.md): Pull and use high-quality
container images provided by external vendors.
* [Docker-Sponsored Open Source Images](dsos-program.md): Pull and use high-quality
container images from non-commercial open source projects.
* [Builds](builds/index.md): Automatically build container images from
GitHub and Bitbucket and push them to Docker Hub.
* [Webhooks](webhooks.md): Trigger actions after a successful push
to a repository to integrate Docker Hub with other services.
* [Docker Hub CLI](https://github.com/docker/hub-tool#readme){: target="_blank" rel="noopener" class="_"} tool (currently experimental) and an API that allows you to interact with Docker Hub.
* Browse through the [Docker Hub API](/docker-hub/api/latest/){: target="_blank" rel="noopener" class="_"} documentation to explore the supported endpoints.
* [Create and manage teams and organizations](orgs.md)
* [Create a company](creating-companies.md)
* [Enforce sign in](configure-sign-in.md)
* Set up [SSO](../single-sign-on/index.md) and [SCIM](scim.md)
* Use [Group mapping](group-mapping.md)
* [Carry out domain audits](domain-audit.md)
* [Use Image Access Management](image-access-management.md) to control developers' access to certain types of images
* [Turn on Registry Access Management](../desktop/hardened-desktop/registry-access-management.md)