5.0 KiB
description | keywords | title |
---|---|---|
Docker Hub overview | Docker, docker, docker hub, hub, overview | Overview |
Docker Hub{: target="blank" rel="noopener" class=""} is a service provided by Docker for finding and sharing container images with your team. 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.
Users get access to free public repositories for storing and sharing images or can choose a subscription plan{: target="blank" rel="noopener" class=""} for private repositories.
Docker Hub provides the following major features:
- Repositories: Push and pull container images.
- Teams & Organizations: Manage access to private repositories of container images.
- Docker Official Images: Pull and use high-quality container images provided by Docker.
- Docker Verified Publisher Images: Pull and use high- quality container images provided by external vendors.
- Docker-Sponsored Open Source Images: Pull and use high- quality container images from non-commercial open source projects.
- Builds: Automatically build container images from GitHub and Bitbucket and push them to Docker Hub.
- Webhooks: Trigger actions after a successful push to a repository to integrate Docker Hub with other services.
Docker provides a Docker Hub CLI{: 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{: target="blank" rel="noopener" class=""} documentation to explore the supported endpoints.
Create a repository
Create a repository to share your images with your team, customers, or Docker community.