docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.89k stars 877 forks source link

Docker Pull throws "Could not reach any registry endpoint" error #1033

Closed ghost closed 8 years ago

ghost commented 8 years ago

I am not being able pull any docker image locally. It's also falling while deploying my app in to AWS Elastic Beanstalk with the same error.

Output (AWS EB):

Pulling repository ubuntu Could not reach any registry endpoint Failed to pull Docker image... Could not reach any registry endpoint....

Output (local):

docker pull ubuntu
Pulling repository ubuntu
Could not reach any registry endpoint

Docker version (local):

Client version: 1.3.0
Client API version: 1.15
Go version (client): go1.3.3
Git commit (client): c78088f
OS/Arch (client): darwin/amd64
Server version: 1.3.0
Server API version: 1.15
Go version (server): go1.3.3
Git commit (server): c78088f

Any idea what could be causing it?

ghost commented 8 years ago

It looks like the problem was solved in the docker hub side. All the envs are working fine.