I tried to pull an image from docker hub using
docker pull alpine
but it shows
Using default tag: latest Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 10.0.2.3:53: read udp 10.0.2.15:57942->10.0.2.3:53: i/o timeout
What is the problem and what does this mean?