-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Installing using Docker #1
Comments
I'm assuming you're trying to clone this project before you are building the Docker image? You will first have to create an SSH key to clone from GitHub (https://docs.github.com/en/authentication/connecting-to-github-with-ssh). Or you can clone using HTTP instead of SSH using |
It works, except for the final step: docker run -it -p 80:80 bnd-quotes It says: Unable to find image 'bnd-quotes:latest' locally |
This is a pretty basic error. It means the image |
Hello,
Installing using Docker gives this error:
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,140.82.121.4' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Can you please help me? It works fine using the public option.
The text was updated successfully, but these errors were encountered: