- Service Status
- /
- Docker Hub

Is Docker Hub Down?
Reachable from all 8 checked regions
Average response time: 561ms
Last checked · checks run every 6 hours
Official status page: https://www.dockerstatus.com
Docker Hub uptime
Measured from multiple regions every 6 hours. Percentages count only checks that returned an availability answer — 1 day measured so far. A dash means we have no measurement for that window.
30-day history
Reachability by region
Each region runs its own request from a different part of the world. A service can be up for one continent and down for another, which is usually the first sign of a routing or CDN problem.
What Docker Hub does
Docker Hub is the default container image registry, hosting both official base images and private repositories. Build pipelines and Kubernetes clusters pull from it by default, so an outage does not merely block developers browsing for images: it stops deployments and prevents nodes from starting any container they do not already hold in a local cache.
What an outage looks like
docker pull fails with authentication errors or times out partway through a layer download. CI builds break at the FROM line before running a single step of your own. Kubernetes pods sit in ImagePullBackOff and never start. Machines holding the image already keep running untouched, so failures appear first on new deployments, scale-ups and fresh nodes.
What to do about it
Check dockerstatus.com, which lists Docker Hub Registry and Docker Authentication as separate components; anonymous pulls of public images sometimes succeed while logins fail. Anything already cached locally keeps running, so postpone rolling restarts and node replacements until it recovers. A pull-through cache or a mirrored registry removes this dependency next time.
Is it down for everyone, or just you?
If this page says Docker Hub is up but it is not loading for you, the problem is between you and them. Run a check against any URL from all 18 regions to find out where it breaks.
Related services
Docker Hub outage FAQ
Is Docker Hub down or have I hit the rate limit?
Will my running containers stop if Docker Hub goes down?
How do I keep deploying during a Docker Hub outage?
Does a Docker Hub outage affect private and public images equally?
Why do my Kubernetes pods show ImagePullBackOff?
How we measure this
- We request Docker Hub's public endpoint every 6 hours from Fly.io regions across six continents — 8 of them answered the most recent check.
- A region counts as down only when it gets no usable HTTP response. A
403or429means the origin answered and refused us, which we report as blocked, never as an outage. - A single failing region is treated as probe noise. We only change the verdict when two consecutive cycles agree.
- Response times average only the regions that actually served the page, so a timeout never inflates the number.
- Where Docker Hub publishes an official status feed we read it too, and let it override us in both directions.
Get alerted when Docker Hub goes down
This page refreshes every 6 hours. Your own monitors run as often as every 30 seconds, from the same 18 regions, and tell you the moment something breaks.
Start Free Monitoring


