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
I erroneously created Dockerfile.txt in my working directory leading to the above-mentioned error while build
Dockerfile.txt
build
The fix was to remove the .txt extension from the file.
.txt
The file name should be Dockerfile only without any extension.
Dockerfile