Cant find image 'hello-world:latest' locally dockerError response from daemon: Head "https://registry-1.docker.io/v2/library/hello-world/manifests/latest": dial tcp [2600:1f18:2148:bc02:2640:1b90:cea6:b6b5]:443: i/o timeout

Hi there, I am new to linux and to docker. I am trying to install docker for the first time on my Raspberry pi 4 8GB and I keep getting the above error whenever I try to ‘run’ or ‘pull’ a container. I have added my user to the docker group.

I am at a loss to work out what is going on…

Please help

Ozjohnno

If it is a problem with ipv6, run “nslookup registry-1.docker.io”, choose an ipv4 address and put it in your /etc/hosts and try again.

2 Likes

sorry rimlek, because I am new to linux and the command line, I need you to draw me a picture… nPlease be more specific as to how I am to do what you suggest

1 Like

Sorry, I forgot about this topic. You probably already solved it.

In short, the nslookup command I recommended returns ip addresses. And one IP address could be copied into the hosts file like

54.196.99.49 registry-1.docker.io
1 Like

Obrigado! Solucionou meu problema.

Based on Google translate I assume my post helped you. I’m glad if it is the case, but please, post your messages in English as this is the official language of this forum and messages in other languages could be deleted to avoid sharing spams. You can use Google Translate to translate your messages to English. You can even edit your already sent messages. Thank you.

This worked for me. Thank you so much !!!