We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: