docker: Error response from daemon: Get https://registry-1.docker.io/v2/: Service Unavailable. IN DOCKER , MAC

前端 未结 19 1397
北海茫月
北海茫月 2021-02-01 02:53

I am having this issue in my Mac system 10.11.6

system3:postgres saurabh-gupta2$ docker build -t postgres .
Sending build context to Docker daemon  38.91kB
Step          


        
19条回答
  •  温柔的废话
    2021-02-01 03:28

    Here are few suggestions:

    1. Try restarting your Docker service.
    2. Check your network connections. For example by the following shell commands:

    3. 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.

提交回复
热议问题