start docker tool-box: Unable to find image 'image:latest' locally

时光总嘲笑我的痴心妄想 提交于 2019-12-08 04:18:02

问题


I am newbie into docker did the following:

  • couldn't install docker engine on my windows 7, but instead:

  • installed docker tool-box (engine should be already included)

the terminal from the docker tool-box shows me the sign of the docker and everything should be good but i face problem with the following:

  • cant run the simple image "hello-world"

    docker run hello-world

    The Error Message:

    Unable to find image 'hello-world:latest' locally  
    
  • after login with username and password it appears error (i think it is connected with the same error)

    docker login

    The Error Message:

        Error response from daemon: Get https://registry-1.docker.io/v2/: 
        dial tcp: look up registry-1.docker.io on 10.0.2.3:53: no such host
    

any idea on how to track the reason of such error messages and find away to resolve and solve such issues?

来源:https://stackoverflow.com/questions/52323415/start-docker-tool-box-unable-to-find-image-imagelatest-locally

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!