Open machineghost opened 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?
cd
When I try to follow the instructions in the readme:
The first command runs just fine, but when I try to run the second I get:
Is there perhaps a step missing from those instructions? Perhaps I'm supposed to
cd
to somewhere with a Dockerfile in-between?