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
In case if we have multiple docker files in our environment just Dockerfile wont suffice our requirement.
docker build -t ihub -f Dockerfile.ihub .
So use the file (-f argument) command to specify your docker file(Dockerfile.ihub)
file