Skip to content

Instantly share code, notes, and snippets.

@famousgarkin
Created March 30, 2021 12:49
Show Gist options
  • Save famousgarkin/96facf7086c9b2cc8cd83da9983e051f to your computer and use it in GitHub Desktop.
Save famousgarkin/96facf7086c9b2cc8cd83da9983e051f to your computer and use it in GitHub Desktop.
Docker for Mac SSH agent forwarding
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