agentejo / cockpit-docker

MIT License
19 stars 16 forks source link

unable to prepare context: unable to evaluate symlinks ... #16

Open machineghost opened 4 years ago

machineghost commented 4 years ago

When I try to follow the instructions in the readme:

docker run -d --name cockpit -p 8080:80 agentejo/cockpit

docker build -t agentejo/cockpit:latest . --no-cache

The first command runs just fine, but when I try to run the second I get:

unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/me/Dockerfile: no such file or directory

Is there perhaps a step missing from those instructions? Perhaps I'm supposed to cd to somewhere with a Dockerfile in-between?