Forum Discussion
floris_1P
1Password Team
2 years ago@coolgoose That's because Docker for Mac is managed by launchd
and will inherit the launchd
environment rather than the shell environment.
To fix that, you can either launch Docker for Mac from the shell with SSH_AUTH_SOCK
set using the open -a /Applications/Docker.app/
command, or for more persistent use, have launchd
configure the socket by following the steps described here.