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

1.1K    Asked by CelinaLagunas in Tableau , Asked on Apr 30, 2021

I got the following error while trying to build an image using a dockerfile.

$ docker build -t docker-whale . unable to prepare context: unable to evaluate symlinks in Dockerfile
Answered by Connor Peake

Just Remove the extension .txt from Dockerfile and run the command

  docker build -t image-name

It will work for unable to evaluate symlinks in dockerfile path error.



Your Answer

Interviews

Parent Categories