Closed vatavasi closed 1 year ago
You have to ckeck out or unzip the code. And then in that directory run that command, because the Dockerfile is in the project directory.
That was so silly of me not recognizing this. Apologies. But can I suggest the content be modified to just add the initial steps one should take before starting to use docker specific commands. Thanks anyway.
no problem, and yes, I'll mention that. even I am not that familiar with docker that much.
I ran the given command to try nostr console -
sudo docker build -t nostr_console .
But I keep getting the below error.
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/asinode/Dockerfile: no such file or directory
Docker is surely enabled and running when I checked
systemctl status docker
.I ran all this from home folder (~). And the docker installation is fine.
Below are the hidden files I have on the home folder. And there is no file such as
Dockerfile
as suggested in several other forums. Not sure if I am supposed to have this file within the home folder.Is there any more info I need to provide here? Please see if you can advise a solution to this. Thanks.