STOmics / SAW

GNU General Public License v3.0
119 stars 32 forks source link

Can't pull the image because dockerhub has been close #124

Open feeisnotfree opened 5 days ago

feeisnotfree commented 5 days ago

Can't pull the image because dockerhub has been close.

This is my code

docker pull dockerproxy.com/stomics/saw:07.1.1 Error response from daemon: Get "https://dockerproxy.com/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

This is my docker daemon.json:

daemon.json{ "registry-mirrors": [ "https://dockerproxy.com", "https://docker.mirrors.ustc.edu.cn", "https://docker.nju.edu.cn", "https://docker.m.daocloud.io" ] }

The same question has happened in use singularity because it also use docker to pull the resource

Clouate commented 5 days ago

This error message usually occurs when there is a problem connecting to the Docker registry or when there is a network issue, it might be helpful to check the network, proxy settings or firewall settings, and you could try to run docker pull stomics/saw:07.1.1