Docker Hub is Docker's container image registry for pushing, pulling, and sharing images. See free and paid plan pricing, features, and who it's for.
Docker Hub is the default cloud registry for Docker container images, letting developers push an image built locally and make it available to a team or the wider Docker community. It functions as the central place where most publicly available Docker images, official language runtimes, databases, and community tools, are hosted and discovered.
Operated by Docker, Inc. (originally dotCloud, renamed Docker in 2013, headquartered in San Francisco), Docker Hub is bundled together with Docker Desktop, Build Cloud, Scout, and Testcontainers Cloud under a single unified subscription as of December 2024, rather than being sold as a standalone product.
Beyond basic image hosting, Docker Hub provides team-based access control for shared repositories, automated build pipelines that rebuild images when source code changes, and a Docker Verified Publisher program that gives vetted publishers increased visibility and trust signals. Paid tiers add unlimited private and public repositories and advanced image management.
As of April 2025, Docker guarantees unlimited image pulls with no overage fees for paid Pro, Team, and Business subscribers, addressing earlier complaints about pull-rate throttling that affected CI/CD pipelines relying heavily on Docker Hub.
The free Personal plan allows one private repository and limits pulls to 100 per six-hour window for anonymous or free users, making it workable for learning and small personal projects but restrictive for teams. Paid tiers start at Pro, roughly $9 per month billed annually (or $11 monthly), which removes private repository limits and adds priority support.
Team pricing runs around $15 per user per month annually (or $16 monthly) for up to 100 members, while Business is $24 per user per month and adds enterprise controls like single sign-on, SCIM provisioning, and audit logging, aimed at organizations with compliance requirements.
Yes, Docker Hub has a free Personal plan, though it limits users to one private repository and 100 image pulls per six-hour window.
Team pricing is roughly $15 per user per month billed annually, while Business is $24 per user per month with added security controls.
Paid Pro, Team, and Business subscribers get unlimited image pulls with no overage fees as of April 2025; free-tier users are subject to rate limits.
Docker Hub is operated by Docker, Inc., a San Francisco-based company originally founded as dotCloud in 2008 and renamed Docker in 2013.
No, Docker Hub is the cloud image registry, while Docker Desktop is the local application for building and running containers; both are included under Docker's unified subscription.