Skip to content

Instantly share code, notes, and snippets.

View c-brooks's full-sized avatar

Corey Brooks c-brooks

  • Vancouver, Canada
View GitHub Profile
@d11wtq
d11wtq / docker-ssh-forward.bash
Created January 29, 2014 23:32
How to SSH agent forward into a docker container
docker run -rm -t -i -v $(dirname $SSH_AUTH_SOCK) -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK ubuntu /bin/bash