Found a dockerfile that want to create image and run: https://gist.github.com/matsuu/d5b4e83b3d591441f01b7be2ede774e2
Stored it in a new folder as centos-redhat-8-beta.dockerfile on my computer and tried:
docker build -t centos-redhat-8-beta . unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /Users/dnk306/docker/centos-redhat-8-beta/Dockerfile: no such file or directory What is exact command that need to run?