Here are few suggestions:
- Try restarting your Docker service.
-
Check your network connections. For example by the following shell commands:
</dev/tcp/registry-1.docker.io/443 && echo Works || echo Problem curl https://registry-1.docker.io/v2/ && echo Works || echo Problem
-
Check your proxy settings (e.g. in
/etc/default/docker
).
If above won’t help, this could be a temporary issue with the Docker services (as per Service Unavailable).
Related: GH-842 – 503 Service Unavailable at http://hub.docker.com.
I had this problem for past days, it just worked after that.
You can consider raising the issue at docker/hub-feedback
repo, check at, Docker Community Forums, or contact Docker Support directly.