Skip to content

Commit 72ffbe2

Browse files
author
Ric Harvey
committed
Clarify private key closes #110
1 parent 869483e commit 72ffbe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ docker run -d -e 'GIT_EMAIL=email_address' -e 'GIT_NAME=full_name' -e 'GIT_USERN
8585
#### SSH keys
8686

8787
##### Preparing your SSH key
88-
The container has the option for you to pass it the __SSH_KEY__ variable with a **base64** encoded private key. First generate your key and then make sure to add it to github and give it write permissions if you want to be able to push code from the container. Then run:
88+
The container has the option for you to pass it the __SSH_KEY__ variable with a **base64** encoded **private** key. First generate your key and then make sure to add it to github and give it write permissions if you want to be able to push code from the container. Then run:
8989
```
90-
base64 -w 0 /path_to_your_key
90+
base64 -w 0 /path_to_your_private_key
9191
```
9292
**Note:** Copy the output, but be careful not to copy your prompt
9393

0 commit comments

Comments
 (0)