mirror of https://github.com/docker/docs.git
6.0 KiB
6.0 KiB
description | keywords | title |
---|---|---|
Learn about Docker Hub features and the administrative tasks available in Docker Hub | Docker, docker, docker hub, hub, overview | 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.
- What key features are included in Docker Hub?
- What administrative tasks can I perform in Docker Hub?
- Repositories: Push and pull 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 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 and manage teams and organizations
- Create a company
- Enforce sign in
- Set up SSO and SCIM
- Use Group mapping
- Carry out domain audits
- Use Image Access Management to control developers' access to certain types of images
- Turn on Registry Access Management
Create a repository
Create a repository to share your images with your team, customers, or Docker community.