Unable to prepare context: unable to evaluate symbolic links in Dockerfile path: lstat / path: no such file or directory

I am running

docker build 'path' -t dockercgi:v1

As an output, I get:

context cannot be prepared: symbolic links cannot be evaluated in the Dockerfile path: lstat / root / Desktop / pythoncgiwithdockaer / Dockerfile: no such file or directory

How can I solve this?

+5
source share

Source: https://habr.com/ru/post/1686279/


All Articles