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 verify

Container image registry and Docker Desktop.

Status from www.dockerstatus.com · last fetched 5s ago

Last checked 0s ago

Developer Platforms

Docker HubUnable to verifystale

Upstream returned 404

GitLabUnable to verifystale

Upstream returned 404

BitbucketOperational

Atlassian source hosting and Pipelines.

GitHubOperational

Source hosting, Actions, Pages, Packages, Copilot.

HomebrewOperational

macOS / Linux package manager (uses GitHub).

npmOperational

JavaScript registry, install API, web app.

PyPIOperational

Python Package Index — pip install backend.

AI / ML APIs

OpenAIDegraded performance

FedRAMP workspaces and API orgs have degraded performancestarted 4 days ago

Hugging FaceUnable to verifystale

Upstream returned invalid JSON

AnthropicOperational

We’ve suspended access to Claude Mythos 5 and Claude Fable 5started 7 days ago

CursorOperational

AI code editor — chat, tab, composer.

GitHub CopilotOperational

AI pair programmer — completions, chat, agents.

Google GeminiOperational

Gemini API, Vertex AI, AI Studio.

ReplicateOperational

Run open-source ML models via API.

Cloud / Hosting

AWSMajor outage

Service disruption: Increased Error Ratesstarted 51 days ago

Google CloudPartial outage

Network traffic to Google Cloud originating from Delhi, Chennai, Mumbai and surrounding areas is experiencing intermittent periods of elevated latency and possible packet loss.started 10 days ago

CloudflareDegraded performance

Workers AI experiencing degraded availability in some modelsstarted 4 days ago

HerokuUnable to verifystale

Upstream returned 404

RailwayUnable to verifystale

Upstream returned invalid JSON

DigitalOceanOperational

Droplets, App Platform, managed databases.

Fly.ioOperational

Global app servers, Postgres, volumes.

Microsoft AzureOperational

Azure VMs, App Service, AKS, Azure SQL.

NetlifyOperational

Static + Jamstack hosting, Functions, Forms.

RenderOperational

Web services, cron, Postgres, Redis.

VercelOperational

Next.js hosting, Edge, Serverless functions.

Databases / Data

NeonUnable to verifystale

Upstream returned 404

Redis CloudUnable to verifystale

Upstream returned invalid JSON

TursoUnable to verifystale

Upstream returned invalid JSON

MongoDB AtlasOperational

Impaired Cluster Operations – AWS me-central-1 (United Arab Emirates) and AWS me-south-1 (Bahrain)started 110 days ago

PlanetScaleOperational

Serverless MySQL, Vitess-backed.

SupabaseOperational

Postgres, auth, storage, realtime, edge fns.

Payments / Infra

TwilioDegraded performance

SMS Delivery Delays from Twilio Phone Numbers to Surf Telecom Brazilstarted 23 hr ago

PayPalUnable to verifystale

Upstream returned invalid JSON

PostmarkUnable to verifystale

Upstream returned 404

StripeUnable to verifystale

Upstream returned 404

ResendOperational

Developer-first transactional email API.

SendGridOperational

Transactional + marketing email at scale.

Auth / Identity

Auth0Unable to verifystale

Upstream returned 404

OktaUnable to verifystale

Upstream returned 401

ClerkOperational

Drop-in auth + user management for React.

FirebaseOperational

Auth, Firestore, Realtime DB, Hosting, Functions.

Communication

SlackPartial outage

Trouble submitting workflow forms with file attachments on Android.started 3 days ago

Microsoft TeamsUnable to verifystale

No public machine-readable feed; consult the official status page.

DiscordOperational

Voice, video, text servers and DMs.

ZoomOperational

Zoom Phone/Zoom Contact Center General Underlying Provider Maintenancestarted 11 days ago

Monitoring / Dev Tools

LinearUnable to verifystale

Upstream returned invalid JSON

NotionUnable to verifystale

Upstream returned invalid JSON

DatadogOperational

APM, infra, logs, RUM, synthetics.

FigmaOperational

Collaborative design, FigJam, Dev Mode.

LaunchDarklyOperational

Feature flags, experiments, releases.

SentryOperational

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

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.

Check status for related services