docker icon indicating copy to clipboard operation
docker copied to clipboard

Cant start docker folowing documentation commands

Open marcelleza8 opened this issue 1 year ago • 8 comments

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

marcelleza8 avatar Mar 29 '24 02:03 marcelleza8

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.

missinglink avatar Mar 29 '24 20:03 missinglink

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: ''

scriptprojectsdev avatar Apr 01 '24 03:04 scriptprojectsdev

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.

missinglink avatar Apr 01 '24 17:04 missinglink

@marcelleza8 is that the same error you're seeing?

missinglink avatar Apr 01 '24 17:04 missinglink

Operating system might also be good to know as that looks like an issue with docker configuration as opposed to Pelias.

meezaan avatar Apr 01 '24 18:04 meezaan

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.

scriptprojectsdev avatar Apr 01 '24 22:04 scriptprojectsdev

The error disappears if you log out from the docker desktop (especially if you have a corporate account).

b5y avatar Dec 08 '24 07:12 b5y

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?

missinglink avatar Dec 09 '24 10:12 missinglink