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

前端 未结 5 1714
北海茫月
北海茫月 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:15

    For Docker Enterprise this can be configured here C:\ProgramData\docker\config\daemon.json

    "storage-opts":["size=20G"]
    

    If this file does not exist created it

    Link here

提交回复
热议问题