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
On Mac it works for below command. (hope your .Dockerfile is in your root directory).
.Dockerfile
docker build -t docker-whale -f .Dockerfile .