Cant start docker folowing documentation commands
Hello everyone, i'm some trouble to start pelias, i running all the commands from documentation and i getting an errror: $pelias compose pull # receive "no configuration file provided: not found", this is a docker error, but not getting the structure to identify where are this configuration files, i've created pelias.json and .env no root dir aside pelias script, how can i get more information to start docker properly, thanks in advance
I would suggest cloning this repo and changing into the projects/portland-metro directory and then trying the commands from there.
Once you've successfully built the Portland project you can try modifying the config from there.
I have the same issue with the projects/portland-metro directory. I tried using the script in the README.md and I'm getting the error error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ''
Interesting, I haven't seen that error before, can you both please let me know your docker versions and which operating system you're using.
@marcelleza8 is that the same error you're seeing?
Operating system might also be good to know as that looks like an issue with docker configuration as opposed to Pelias.
I was able to fix my issue by going ~/.docker/config.json and removing the credsStore key. I don't think my error is the same as OP.
The error disappears if you log out from the docker desktop (especially if you have a corporate account).
I'm going to keep this issue open since it's clearly affecting some people. That said, I can't fix it unless we can find a way of reproducing the error.
Does anyone know how we can either resolve this or reproduce it in dev?