Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 309 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 309 Bytes

Forward your ssh-agent socket into a container:

$ git clone [email protected]:uber-common/docker-ssh-agent-forward.git
$ make 
$ make install
$ pinata-ssh-forward

Start docker dind container:

docker run --rm --privileged --name dind -d docker:stable-dind
$ ./run.sh build