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
Just Remove the extension .txt from Dockerfile and run the command
docker build -t image-name
It will work for sure.