We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c7695 commit 08ce33aCopy full SHA for 08ce33a
docker-compose.yml
@@ -8,4 +8,7 @@ services:
8
- ~/aosp:/aosp
9
- ~/.gitconfig:/home/aosp/.gitconfig
10
# uncomment if you want this
11
- #- ~/.ssh/:/home/.ssh/
+ - ~/.ssh:/home/aosp/.ssh
12
+ - $SSH_AUTH_SOCK:/tmp/ssh_auth
13
+ environment:
14
+ - SSH_AUTH_SOCK=/tmp/ssh_auth
0 commit comments