Docker hub doesn't work
Docker hub doesn't work
Hello.
The problem was hired on 30.05.2024. Docher Hub stopped working.
TerraMaster F2-223 5.1.131 device
In the settings, I added a mirror that works on my Ubuntu Linux, but it didn't work in TerraMaster.
https://mirror.gcr.io
https://dockerhub.timeweb.cloud
Tell me if the mirror doesn't work, is it a bug or how can I fix it?
The problem was hired on 30.05.2024. Docher Hub stopped working.
TerraMaster F2-223 5.1.131 device
In the settings, I added a mirror that works on my Ubuntu Linux, but it didn't work in TerraMaster.
https://mirror.gcr.io
https://dockerhub.timeweb.cloud
Tell me if the mirror doesn't work, is it a bug or how can I fix it?
Re: Docker hub doesn't work
Can you see the list of mirrors in the default configuration before you make any changes?
We will verify what you describe.
We will verify what you describe.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Re: Docker hub doesn't work
Before the changes, this did not work, as the docker hub blocked access. So I added mirrors, as I did on Synology. But it didn't work in terramaster.
Re: Docker hub doesn't work
TOS6 .229 Similar problem.
Re: Docker hub doesn't work
Same for me on TOS 6.0.229. After adding other registries as mirrors or as the main address, the Registry page still blank.
Tried adding these: https://dockerhub.timeweb.cloud, https://mirror.gcr.io, https://ghcr.io.
https://hub.docker.com/ now blocked in Russia since May 31.
Tried adding these: https://dockerhub.timeweb.cloud, https://mirror.gcr.io, https://ghcr.io.
https://hub.docker.com/ now blocked in Russia since May 31.
F4-424 Pro
Re: Docker hub doesn't work
It's a very bad idea, because then all applications and DDNS will work through it's not clear which and whose proxy.
Re: Docker hub doesn't work
Proxy is also not working in daemon.json
I tried to add
Code: Select all
"proxies": {
"http-proxy": "socks5://95.217.168.125:1080",
"https-proxy": "socks5://95.217.168.125:1080",
"no-proxy": "*.test.example.com,.example.org,127.0.0.0/8"
}
Re: Docker hub doesn't work
Code: Select all
[user@TNAS-MATI ~]# cat /Volume1/@apps/DockerEngine/conf/daemon.json
{
"registry-mirrors": [
"https://mirror.gcr.io"
],
"proxies": {
"http-proxy": "socks5://95.217.168.125:1080",
"https-proxy": "socks5://95.217.168.125:1080",
"no-proxy": "*.test.example.com,.example.org,127.0.0.0/8"
},
"log-driver": "json-file",
"data-root": "/Volume1/@DockerData",
"pidfile": "/var/run/docker.pid",
"live-restore": true,
"bip": "172.17.0.1/16"
}
[user@TNAS-MATI ~]# service docker restart
[user@TNAS-MATI ~]# docker pull koenkk/zigbee2mqtt:1.38
Error response from daemon: error parsing HTTP 403 response body: invalid character '<' looking for beginning of value: "<html><body><h1>403 Forbidden</h1>\nSince Docker is a US company, we must comply with US export control regulations. In an effort to comply with these, we now block all IP addresses that are located in Cuba, Iran, North Korea, Republic of Crimea, Sudan, and Syria. If you are not in one of these cities, countries, or regions and are blocked, please reach out to https://hub.docker.com/support/contact/\n</body></html>\n"
