Is Docker Hub down right now?
Real-time Docker Hub status pulled from www.dockerstatus.com. We track the registry, the web UI, image vulnerability scanning, billing, and Docker Desktop sign-in. If your `docker pull` is failing, your CI pipeline is hanging on `docker build`, or new accounts can’t sign up, this page tells you whether Docker Hub itself is responsible.
Major outage: AWS
Docker Hub
OperationalContainer image registry and Docker Desktop.
Status from www.dockerstatus.com · last fetched 1s ago
Developer Platforms
Upstream returned 404
Atlassian source hosting and Pipelines.
Container image registry and Docker Desktop.
Source hosting, Actions, Pages, Packages, Copilot.
macOS / Linux package manager (uses GitHub).
JavaScript registry, install API, web app.
Python Package Index — pip install backend.
AI / ML APIs
Upstream returned invalid JSON
Upstream returned invalid JSON
Claude API, Claude.ai, Claude Code.
AI code editor — chat, tab, composer.
AI pair programmer — completions, chat, agents.
Gemini API, Vertex AI, AI Studio.
ChatGPT, GPT-4, GPT-5, DALL-E, Whisper APIs.
Cloud / Hosting
Service disruption: Increased Error Rates — started 4 days ago
Incorrect geo location for some Cloudflare WARP users — started 23 days ago
Upstream returned 404
Upstream returned invalid JSON
Droplets, App Platform, managed databases.
Global app servers, Postgres, volumes.
Compute, Storage, BigQuery, Cloud Run.
Azure VMs, App Service, AKS, Azure SQL.
Static + Jamstack hosting, Functions, Forms.
Web services, cron, Postgres, Redis.
Next.js hosting, Edge, Serverless functions.
Databases / Data
401 errors due to JWT rejections — started 36 days ago
Upstream returned 404
Upstream returned invalid JSON
Upstream returned invalid JSON
Impaired Cluster operations in AWS me-central-1 and AWS me-south-1 — started 16 days ago
Serverless MySQL, Vitess-backed.
Payments / Infra
MMS Delivery Failures From A Subset Of Network Subscribers In Australia To Twilio Australia Phone Numbers. — started 8 days ago
MMS Delivery Failures From A Subset Of Network Subscribers In Australia To Twilio Australia Phone Numbers. — started 8 days ago
Upstream returned invalid JSON
Upstream returned 404
Upstream returned 404
Degraded performance — started 1 day ago
Auth / Identity
Communication
Monitoring / Dev Tools
Upstream returned invalid JSON
Upstream returned invalid JSON
APM, infra, logs, RUM, synthetics.
Collaborative design, FigJam, Dev Mode.
Feature flags, experiments, releases.
Error monitoring, performance, replays.
DevZone aggregates publicly available status data and refreshes every 30 seconds. Status indicators reflect each provider’s own machine-readable feed; for incident details and authoritative information, always consult the official status page linked on each card.
Docker Hub 90-day incident history
Last 90 days
97.78% incident-free
Quick facts about Docker Hub
- Docker Hub publishes status at www.dockerstatus.com (Statuspage.io).
- Free accounts are subject to pull-rate limits — 429 errors are not "outages" but local rate limiting.
- Image pulls and pushes are independent paths; one can degrade without the other.
- Docker Desktop sign-in depends on Docker Hub auth even when you’re only pulling from your own registry.
Frequently asked questions
Why are my docker pulls failing with 429?
A 429 is a rate limit, not an outage. Free anonymous pulls are limited to 100 per 6 hours per IP. Authenticate with `docker login` to get higher limits, or pull from a registry mirror like ECR Public or GitHub Container Registry.
How do I know if Docker Hub is down or if my Docker daemon is broken?
`curl -s https://hub.docker.com/v2/` should return JSON. If it does, Docker Hub is reachable from your network and the issue is your local Docker daemon. Try `systemctl restart docker` or `docker system prune` to clear stuck state.
Where can I mirror Docker Hub during an outage?
AWS ECR Public, Google Artifact Registry, GitHub Container Registry, and Quay all mirror common public images. For your own images, push to a secondary registry as part of your CI.
Does Docker Hub have a status API?
Yes — https://www.dockerstatus.com/api/v2/summary.json. Standard Statuspage feed.