Skip to content

Instantly share code, notes, and snippets.

View vocatan's full-sized avatar
💭
Working hard, and loving it!

Bill Mitchell vocatan

💭
Working hard, and loving it!
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