Docker Windows build fails with error: “The system cannot find the path specified”

前端 未结 5 1707
北海茫月
北海茫月 2020-12-15 21:59

I tried to create a directory junction on Docker Windows to create 8.3 . But it failed with the error message below.

D:\\data\\docker\\sample>docker build         


        
5条回答
  •  独厮守ぢ
    2020-12-15 22:17

    I was not able to resolve this with other methods; what worked for me was deleting and re-pulling the base image. So, it is apparently possible to get this error from a corrupt image.

提交回复
热议问题