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.

Revisions

  1. famousgarkin revised this gist Mar 30, 2021. No changes.
  2. famousgarkin revised this gist Mar 30, 2021. No changes.
  3. famousgarkin created this gist Mar 30, 2021.
    1 change: 1 addition & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    https://docs.docker.com/docker-for-mac/osxfs/#ssh-agent-forwarding
    7 changes: 7 additions & 0 deletions docker-compose.override.yml
    Original 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