Created
March 30, 2021 12:49
-
-
Save famousgarkin/96facf7086c9b2cc8cd83da9983e051f to your computer and use it in GitHub Desktop.
Revisions
-
famousgarkin revised this gist
Mar 30, 2021 . No changes.There are no files selected for viewing
-
famousgarkin revised this gist
Mar 30, 2021 . No changes.There are no files selected for viewing
-
famousgarkin created this gist
Mar 30, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ https://docs.docker.com/docker-for-mac/osxfs/#ssh-agent-forwarding 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ version: '3' services: development: volumes: - /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock environment: SSH_AUTH_SOCK: /run/host-services/ssh-auth.sock