You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: desktop/dev-environments.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ You can also use Dev Environments to collaborate on any Docker Compose-based pro
84
84
85
85
> **Note**
86
86
>
87
-
> 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>`.
87
+
> 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>`.
88
88
89
89
1. Copy `[email protected]:dockersamples/compose-dev-env.git` and add it to the **Create** field on the **Create a Development Environment** page.
90
90
2. Click **Create**. This initializes the project and clones the Git code and builds the Compose application. This:
0 commit comments