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

后端 未结 30 2312
野性不改
野性不改 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:57

    I erroneously created Dockerfile.txt in my working directory leading to the above-mentioned error while build

    The fix was to remove the .txt extension from the file.

    The file name should be Dockerfile only without any extension.

提交回复
热议问题