Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KeyboardInterrupt/053ea2b5d5110fdd45054f11c0842f62 to your computer and use it in GitHub Desktop.
Save KeyboardInterrupt/053ea2b5d5110fdd45054f11c0842f62 to your computer and use it in GitHub Desktop.

Revisions

  1. KeyboardInterrupt revised this gist May 23, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion docker-ssh-forward.bash
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    docker run -rm -t -i -v $(dirname $SSH_AUTH_SOCK) -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK ubuntu /bin/bash
    docker run --rm -t -i -v $(dirname $SSH_AUTH_SOCK) -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK ubuntu /bin/bash
  2. @d11wtq d11wtq created this gist Jan 29, 2014.
    1 change: 1 addition & 0 deletions docker-ssh-forward.bash
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    docker run -rm -t -i -v $(dirname $SSH_AUTH_SOCK) -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK ubuntu /bin/bash