Docker - Debian 10 Buster - Nextcloud 18

Hello Users,

how can i solved the follow problem?

docker pull hello-world
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp 52.2.1xx.2:443: connect: network is unreachable
root@srv1xxx1:~# docker run hello-world
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp 34.205.88.335:443: connect: network is unreachable.
See 'docker run --help'.

Thank you for the solution

nc-kay

can you access the internet from your maschine? e.g. ping www.google.com

Hello, thanks, my output ping to google:

--- xxx.google com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 27.359/27.969/29.290/0.690 ms

Docker can’t run the image because it failed to pull (download) it in the previous step.

Did you add the xx here?

Try:

nslookup registry-1.docker.io
ping registry-1.docker.io

This solituion doesn’t work for me, but I’m a Dockernewbie.