File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This article walks you through the various ways of installing and deploying Coder.
4
4
5
- ## Docker Compose
5
+ ## docker-compose
6
6
7
7
Before proceeding, please ensure that you have Docker installed.
8
8
@@ -70,7 +70,7 @@ Before proceeding, please ensure that you have Docker installed.
70
70
1. At this point, you're ready to provision your first workspace:
71
71
72
72
```console
73
- coder create --template="docker-local" <yourWorkspaceName>
73
+ coder create --template="docker-local" [workspace name]
74
74
```
75
75
76
76
Follow the on-screen prompts to set the parameters for your workspace. If
@@ -92,5 +92,5 @@ You can now access your workspace via your web browser by navigating to your
92
92
access URL, or you can connect to it via ssh by running:
93
93
94
94
```console
95
- coder ssh main
95
+ coder ssh <workspace name>
96
96
```
You can’t perform that action at this time.
0 commit comments