Hi,
I’m a bit new to docker and I recently had an issue with trying to pull mongo from docker hub. I’m using docker pull mongo:latest but I’m met with the following error:
Using default tag: latest
Pulling repository docker.io/library/mongo
Error while pulling image: Get https://index.docker.io/v1/repositories/library/mongo/images: dial tcp: lookup index.docker.io on 127.0.0.54:53: read udp 127.0.0.54:53: connection refused
What’s causing the issue here? I’ve tried reinstalling a new version of Docker, rebooting my computer, stopping all VM.