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
Most importantly make sure your file name is Dockerfile if you use another name it won't work(at least it did not for me.)
Also if you are in the same dir where the Dockerfile is use a . i.e.
docker build -t Myubuntu1:v1 .
or use the absolute path i.e
docker build -t Myubuntu1:v1 /Users/