Replies: 1 comment 1 reply
-
Maybe better to submit a request in https://github.com/rancher-sandbox/rancher-desktop/issues ? Rancher Desktop edition of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pointers on getting
nerdctl build --ssh default
working would be greatly appreciated, either in WSL or in plain CMD. I am on Windows 11 with Rancher Desktop v 1.0.1Git with ssh-agent on WSL works, the same with git on windows, as long as I point git to the microsoft provided OpenSSH binary. However, nerdctl is never able to connect to ssh-agent socket. With default it complains about SSH_AUTH_SOCK not set (but it is), if I specify the socket manually, I get error message like
error: stat /tmp/ssh-mYRmExe8pB8b/agent.105: no such file or directory
.Not knowing exactly how these things works, does it have something to do with buildkit running someplace else, and cannot see the ssh-agent socket or the environment variable?
Beta Was this translation helpful? Give feedback.
All reactions