Docker: unable to prepare context: unable to evaluate symlinks in Dockerfile path: GetFileAttributesEx

后端 未结 30 2340
野性不改
野性不改 2020-11-29 21:23

I just downloaded Docker Toolbox for Windows 10 64bit today. I\'m going through the tutorial. I\'m receving the following error when trying to build an image using a Docke

30条回答
  •  暖寄归人
    2020-11-29 21:39

    Just Remove the extension .txt from Dockerfile and run the command

    docker build -t image-name 
    

    It will work for sure.

提交回复
热议问题