I installed Ubuntu 19.10 through Hyper-V on my Windows 10 VM. I installed Docker via linux terminal and I can successfully run hello-world. However, when I try to execute the following in my terminal:
docker build -t tacotron-2_image docker/
... I get this error: Unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/nate/docker/Dockerfile: no such file or directory.
Is there a step missing? Am I doing something wrong? Did I need to first download something? If so, what is the command for that?
I installed
Ubuntu 19.10
through Hyper-V on my Windows 10 VM. I installed Docker via linux terminal and I can successfully runhello-world
. However, when I try to execute the following in my terminal:docker build -t tacotron-2_image docker/
... I get this error: Unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/nate/docker/Dockerfile: no such file or directory.
Is there a step missing? Am I doing something wrong? Did I need to first download something? If so, what is the command for that?