Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Creds Failure in Rancher Desktop #227

Open
PapaStef opened this issue Jan 9, 2025 · 1 comment
Open

Docker Creds Failure in Rancher Desktop #227

PapaStef opened this issue Jan 9, 2025 · 1 comment

Comments

@PapaStef
Copy link

PapaStef commented Jan 9, 2025

It was mentioned that support for Rancher was fixed in a prior release, but I'm running the tutorial project in 0.0.34 and it fails right out of the gate

Failed to start project studio
Error invoking remote method 'up': ExecaError: Command failed with exit code 1: docker compose --project-directory /Users/[redacted]/Workspace/langchain-academy/module-1/studio --project-name studio-[redacted] -f - up --remove-orphans --watch

 langgraph-postgres Pulling 
 langgraph-redis Pulling 
error getting credentials - err: exec: "docker-credential-osxkeychain": executable file not found in $PATH, out: ``

Rancher is correctly symlinked:
sudo ln -sf "/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/docker" /usr/local/bin/docker

I've verified in terminal that docker-credential-osxkeychain works as expected, and that I am logged in with working Docker Hub creds

@jaideep2
Copy link

@PapaStef Fixed it by symlink

sudo ln -sf "/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/docker-credential-osxkeychain" /usr/local/bin/docker-credential-osxkeychain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants