Hi
I am trting to run Docker toolbox on my Windows 7 Enterprise computer.
Can’t build an images, see the error code below.
What is the workaround?
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
$ cat Dockerfile
FROM debian:jessie
RUN apt-get update
RUN apt-get install -y git
RUN apt-get install -y vim
$ docker build -t sara/debian .
Error checking context: ‘can’t stat ‘?\C:\Users\sara\AppData\Local\Application Data’’.
$ docker info
Operating system
Windows 7 Enterprise
