Docker credential desktop missing

I set up a Hetzner Docker container on my home computer and now want to use the same at work on another Mac.

The project file syncs via iCloud. I copied over the Hetzner folder to my work computer which contains all the secret stuff.

Screenshot 2021-11-17 at 07.41.50

Screenshot 2021-11-17 at 07.42.00

Setup goes fine and it shows as running, but I get the following when trying to deploy:

Bringing all services up …
1 error occurred:
* error listing credentials - err: exec: “docker-credential-desktop”: executable file not found in $PATH, out: ``

Is there something I did not copy over from my home mac?

Maybe the solutions from this post by editing config.json will help:

Seems docker has their names a bit messed up when you don’t use the official docker desktop.

1 Like

Unfortunately there is no such property in the json file

What is in your ~/.docker/config.json then?

You can just add it.

1 Like

Als tried adding in the section that seemed the same. And another section. Both did not work.

Well maybe then just install docker desktop

1 Like

Thanks @George That did the trick! Work computer will be stuck on Mac OS Catalina - that might nbe a reason

just little silly modification resolve the issue:
modify
“credsStore”: “desktop”
to
“credStore”: “desktop”