Docker: unable to prepare context: unable to evaluate symlinks in Dockerfile path: GetFileAttributesEx

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 Dockerfile. Steps: Launched Docker Quickstart terminal. testdocker after creating it. Prepare Dockerfile as documented in “Build your own image” web link ran below command docker build -t … Read more