Skip to content

Commit f212eba

Browse files
author
Katie Horne
committed
Merge branch 'docker-compose' of https://github.com/coder/coder into docker-compose
2 parents 89bd49b + e7b0b86 commit f212eba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This article walks you through the various ways of installing and deploying Coder.
44

5-
## Docker Compose
5+
## docker-compose
66

77
Before proceeding, please ensure that you have Docker installed.
88

@@ -71,7 +71,7 @@ Before proceeding, please ensure that you have Docker installed.
7171
1. At this point, you're ready to provision your first workspace:
7272

7373
```console
74-
coder create --template="docker-local" <yourWorkspaceName>
74+
coder create --template="docker-local" [workspace name]
7575
```
7676

7777
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
9393
access URL, or you can connect to it via SSH by running:
9494

9595
```console
96-
coder ssh main
96+
coder ssh <workspace name>
9797
```

0 commit comments

Comments
 (0)