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
@@ -71,7 +71,7 @@ Before proceeding, please ensure that you have Docker installed.
71
71
1. At this point, you're ready to provision your first workspace:
72
72
73
73
```console
74
- coder create --template="docker-local" <yourWorkspaceName>
74
+ coder create --template="docker-local" [workspace name]
75
75
```
76
76
77
77
Follow the on-screen prompts to set the parameters for your workspace. If
@@ -93,5 +93,5 @@ You can now access your workspace via your web browser by navigating to your
93
93
access URL, or you can connect to it via SSH by running:
94
94
95
95
```console
96
- coder ssh main
96
+ coder ssh <workspace name>
97
97
```
You can’t perform that action at this time.
0 commit comments