Created
March 18, 2020 20:21
-
-
Save dblackdblack/9a76ff490f3d48743bc787764d210d52 to your computer and use it in GitHub Desktop.
macos docker ssh agent forward
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -v /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock \ | |
| --env SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock \ | |
| ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment