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
1. Select **Remote-SSH: Connect to host** from the command palette.
180
194
@@ -186,18 +200,21 @@ in command-line calls.
186
200
187
201
## Work on some code
188
202
189
-
After VS Code loads the remote environment, you can select **Open Folder** to explore directories in the Docker container or work on something new.
203
+
After VS Code loads the remote environment, you can select **Open Folder** to
204
+
explore directories in the Docker container or work on something new.
190
205
191
206
To clone an existing repository:
192
207
193
208
1. Select **Clone Repository** and enter the repository URL.
194
209
195
-
For example, to clone the Coder repo, enter `https://github.com/coder/coder.git`.
210
+
For example, to clone the Coder repo, enter
211
+
`https://github.com/coder/coder.git`.
196
212
197
-
Learn more about how to find the repository URL in the [GitHub documentation](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).
213
+
Learn more about how to find the repository URL in the
1. Choose the folder to which VS Code should clone the repo.
200
-
It will be in its own directory within this folder.
216
+
1. Choose the folder to which VS Code should clone the repo. It will be in its
217
+
own directory within this folder.
201
218
202
219
Note that you cannot create a new parent directory in this step.
203
220
@@ -210,7 +227,8 @@ It will be in its own directory within this folder.
210
227
Now that you have your own workspace, use the same template to set one up for a
211
228
teammate.
212
229
213
-
Go to **Templates** and select**Create Workspace** and continue from Step 7 in [Configure Coder with a new workspace](#configure-coder-with-a-new-workspace).
230
+
Go to **Templates** and select**Create Workspace** and continue from Step 7 in
231
+
[Configure Coder with a new workspace](#configure-coder-with-a-new-workspace).
214
232
215
233
After that, you can try to:
216
234
@@ -232,15 +250,15 @@ After that, you can try to:
232
250
```
233
251
234
252
1. Set up the Docker daemon in rootless mode for your user to run Docker as a
235
-
non-privileged user:
253
+
non-privileged user:
236
254
237
255
```shell
238
256
dockerd-rootless-setuptool.sh install
239
257
```
240
258
241
-
Depending on your system's dependencies, you might need to run other
242
-
commands before you retry this step.
243
-
Read the output of this command for further instructions.
259
+
Depending on your system's dependencies, you might need to run other commands
260
+
before you retry this step. Read the output of this command for further
261
+
instructions.
244
262
245
263
1. Assign your user to the Docker group:
246
264
@@ -256,11 +274,11 @@ non-privileged user:
256
274
```
257
275
258
276
- Ubuntu users might not see the group membership update. In that case, run
259
-
the following command or reboot the machine:
277
+
the following command or reboot the machine:
260
278
261
-
```shell
262
-
newgrp docker
263
-
```
279
+
```shell
280
+
newgrp docker
281
+
```
264
282
265
283
### Can't start Coder server: Address already in use
266
284
@@ -281,4 +299,4 @@ error: configure http(s): listen tcp 127.0.0.1:3000: bind: address already in us
0 commit comments