Skip to content

Commit 6507f5b

Browse files
authoredJul 8, 2021
Merge pull request docker#13153 from rumpl/fix-ssh-key
Fix the ssh-add explanation
2 parents 4e8a4e8 + b75f91e commit 6507f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎desktop/dev-environments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You can also use Dev Environments to collaborate on any Docker Compose-based pro
100100

101101
> **Note**
102102
>
103-
> When cloning a Git repository using SSH, ensure you've added your SSH key to the ssh-agent. To do this, open a terminal and run `ssh-add <path to your public ssh key>`.
103+
> When cloning a Git repository using SSH, ensure you've added your SSH key to the ssh-agent. To do this, open a terminal and run `ssh-add <path to your private ssh key>`.
104104
105105
1. Copy `git@github.com:dockersamples/compose-dev-env.git` and add it to the **Create** field on the **Create a Development Environment** page.
106106
2. Click **Create**. This initializes the project and clones the Git code and builds the Compose application. This:

0 commit comments

Comments
 (0)
Please sign in to comment.