Reputation: 1569
I have docker installed on my macbook pro OS Sierra 16G1212
I have a simple docker file in /mypath/Dockerfile
When I try the command:
docker build .
I get an error:
error checking context: 'can't stat '/Users/bdisha/Library/Caches/com.cisco.Jabber/com.apple.opencl''.
What am I doing wrong?
Thank you
Upvotes: 0
Views: 873
Reputation: 1569
The problem was resolved by me creating a "dockerfiles" directory and moving my Dockerfile in there. After that, I could manage to build the image just fine.
Upvotes: 1