"docker-credential-desktop" executable not found on macOS

Hi, everyone i have been working on a project on github ( GitHub - infiniflow/ragflow: RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. ), i have read the docs ( Build RAGFlow Docker image | RAGFlow ) for the setting up of the application on my device.

Device Details : ARM64 , Macbook4 , 16GB RAM.

But there is an error using this command mentioned in the setup:
”docker build --build-arg LIGHTEN=1 -f Dockerfile -t infiniflow/ragflow:nightly-slim .”(4th command under the “Build a docker image“ tag)

**Error while running the command :
**

It would be a big help if anyone have any idea. Thank you.

What is your Docker Desktop verison and macOS verison?

The executable should be here on Mac:

/usr/local/bin/docker-credential-desktop

You can check the folder if ther eis anything Docker Related or even this file with wrong permissions (not executable)

You can share the output of this command:

ls -la /usr/local/bin/ | grep docker

Maybe you need to reinstall Docker Desktop if something happened during the installation.

PS:: It would be much better if you could share texts in code blocks instead of screenshots of texts. Here is our formatting guide: How to format your forum posts

1 Like

Thanks @rimelek for the reply, it was because I have not downloaded linux distribution. I have installed unixodbc and reconfigured the nano ~/.docker/config.json file. It worked.
I may still get many error in developing using docker. It would be a big help I could get guidance from u guys…Thanks for the fast reply though!!!…

Just make sure you give a good descriptive title to your question when you open a topic and describe the issue as well as you can and we will happy to help if we can. I had to move your original question to this new topic because it was not related to the existing topic. Posting to an unrelated topic also lowers the chance of getting help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.