I have installed docker
in a system which has no connection to Internet so to run an image with docker
, I had to download a simple image from this and from another system. Then I put this image in my offline system in this path : C:UsersPublicDocumentsHyper-VVirtual hard disks
but when I run docker run hello-world
in cmd I see this message:
Unable to find image 'hello-world:latest' locally
and tries to download hello-world image form Internet but it has to no connection to the Internet so it field. Now I want to know where I should put my images in to be visible to docker?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…