This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM65X: Docker Error?

Part Number: PROCESSOR-SDK-AM65X


Hi.

#1.

I'm learning Docker by reading this:https://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components/Virtualization/Docker.html

#2. I got this fail.

root@am64xx-evm:/# docker pull hello-world
Using default tag: latest
Error response from daemon: Get "">registry-1.docker.io/.../": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
root@am64xx-evm:/#

#3. I have setup my DNS.

nameserver 8:8:8:8
nameserver 8:8:4:4
nameserver 192.168.0.254
nameserver 2001:b000:168::2
nameserver 2001:b000:168::1

But the error still be there, how to solve it?

BR Rio