Skip to content

chore: add instructions for installation w/ Docker Compose #1599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/install.md
Co-authored-by: Ben Potter <ben@coder.com>
  • Loading branch information
Katie Horne and bpmct authored May 23, 2022
commit df7b10eee4740178dacadece46c4b125c4e574be
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Before proceeding, please ensure that you have Docker installed.
1. At this point, you're ready to provision your first workspace:

```console
coder create --template="docker-local" [workspace name]
coder create --template="docker" [workspace name]
```

Follow the on-screen prompts to set the parameters for your workspace. If
Expand Down