https://rancher.com/ logo
Title
m

microscopic-carpenter-74639

11/05/2022, 2:12 PM
Running on Mac, it appears that one cannot bind-mount sockets, like
docker run -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -it --rm alpine sh
. It appears as a directory instead of a socket. Is there a work-around? Obviously the SSH_AUTH_SOCK is the main use-case.
I have found
~/Library/Application\ Support/rancher-desktop/lima/_config/override.yaml
, and set
ssh:
  forwardAgent: true
.. but I am still in search of documentation on how this all works. The limited info I have has come from [open defects](https://github.com/rancher-sandbox/rancher-desktop/issues/2072)