Is Docker Hub Down?
Docker HubChecking...
Docker Hub is the default container image registry. Outages affect container pulls, CI/CD pipelines, and container-based deployments.
Official status: https://www.dockerstatus.com
Frequently Asked Questions
Is Docker Hub down right now?
Check the status indicator above. We check Docker Hub reachability. For detailed status, visit dockerstatus.com.
What should I do when Docker Hub is down?
If Docker Hub is down: locally cached images still work. Use docker images to see what's available. Consider using a registry mirror or pulling from alternative registries (ghcr.io, quay.io).
Does Docker Hub downtime affect local Docker?
Local Docker continues to work with cached images. Only pulling new images or pushing is affected by Docker Hub outages.