https://docs.docker.com/docker-for-mac/osxfs/#ssh-agent-forwarding
          Created
          March 30, 2021 12:49 
        
      - 
      
- 
        Save famousgarkin/96facf7086c9b2cc8cd83da9983e051f to your computer and use it in GitHub Desktop. 
    Docker for Mac 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 characters
    
  
  
    
  | 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 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment