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
Unable to verifyContainer image registry and Docker Desktop.
Status from www.dockerstatus.com · last fetched 4s ago
Developer Platforms
Upstream returned 404
Upstream returned 404
Atlassian source hosting and Pipelines.
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
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.
Run open-source ML models via API.
Cloud / Hosting
Service disruption: Increased Error Rates — started 5 days ago
Resolution Issues for .de Domains — started 2 hr ago
Elevated error rates on List Machines endpoint — started 13 min ago
Failures to load data across multiple services on the Vercel dashboard, API, and CLI — started 9 hr ago
Upstream returned 404
Upstream returned invalid JSON
Droplets, App Platform, managed databases.
Compute, Storage, BigQuery, Cloud Run.
Azure VMs, App Service, AKS, Azure SQL.
Static + Jamstack hosting, Functions, Forms.
Web services, cron, Postgres, Redis.
Databases / Data
Upstream returned 404
Upstream returned invalid JSON
Upstream returned invalid JSON
Impaired Cluster Operations – AWS me-central-1 (United Arab Emirates) and AWS me-south-1 (Bahrain) — started 65 days ago
Serverless MySQL, Vitess-backed.
Postgres, auth, storage, realtime, edge fns.
Payments / Infra
SMS Delivery Delays from Twilio to Tigo Guatemala — started 1 hr ago
Upstream returned invalid JSON
Upstream returned 404
Upstream returned 404
Developer-first transactional email API.
Transactional + marketing email at scale.
Auth / Identity
Communication
No public machine-readable feed; consult the official status page.
Voice, video, text servers and DMs.
Team messaging, calls, huddles, Connect.
Zoom Phone/Zoom Contact Center General Underlying Provider Maintenance — started 4 days ago
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.
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.