Open js333031 opened 1 year ago
Hi!
This looks like a general DNS issue in your Docker instance: lookup registry-1.docker.io on 10.0.2.3:53: read udp 10.0.2.100:42752->10.0.2.3:53: i/o timeout
Have you tried running the "Hello world" container? https://hub.docker.com/_/hello-world
Support guidelines
I've found a bug and checked that ...
Description
Tried building based on github instructions. Got similar error as trying to pull the image directly...
~$ docker pull librenms/librenms 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.100:42752->10.0.2.3:53: i/o timeout
Expected behaviour
Being able to pull the container
Actual behaviour
~$ docker pull librenms/librenms 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.100:42752->10.0.2.3:53: i/o timeout
Steps to reproduce
docker pull librenms/librenms
Docker info
Docker Compose config
No response
Logs
Additional info
No response