Tag: registry

  1. Fixing Docker Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup i/o timeout on Mac

    I was working on a project and at some point needed to run a new docker image that wasn't on my machine. When i tried to run it I got this error: docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on…

    on macosx docker-machine docker registry timeout