Hi all. I recently started using a new vps, and I noticed a problem… When I docker pull/login from/to the gitlab container registry, I see such an error, tell me what to do, I have never encountered such a problem. Didn’t find an answer on the internet.
doker login:
Error response from daemon: Get "https://registry.gitlab.com/v2/": dial tcp 35.227.35.254:443: i/o timeout
docker pul the same error:
Using default tag: latest
Error response from daemon: Get "https://registry.gitlab.com/v2/": dial tcp 35.227.35.254:443: i/o timeout
On the old VPS, I did not encounter this. And yesterday I managed to log in and do a docker pull, but it happened 1 time out of 100
i also tried to edit docker.service.d/hhtp-proxy.conf, but it did not help:
[Service]
Environment="HTTP_PROXY=http://proxy.example.com:80/" "NO_PROXY=localhost,127.0.0.1,registry.gitlab.com,https://registry.gitlab.com/v2/"
VPS technical support refused to help me because they do not have access
Actually if i pull images from simple docker registry- its ok. Example:
docker run --restart unless-stopped --name pgsql -e POSTGRES_USER=test -e POSTGRES_PASSWORD=test -e POSTGRES_DB=test -p 5432:5432 -d postgres:14.5
Its pulling if its not found