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
chore: edit commands
  • Loading branch information
Katie Horne committed May 20, 2022
commit 89bd49bca622e54d182344a0cf3a0894ede5ed70
11 changes: 6 additions & 5 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,18 @@ Before proceeding, please ensure that you have Docker installed.
1. Navigate into the new directory and create a new template:

```console
cd ./docker-local && coder templates create
cd examples/docker
coder templates create
```

Follow the prompts displayed to proceed. When done, you'll see the following
message:

```console
The docker-local template has been created! Developers can
provision a workspace with this template using:
The docker template has been created! Developers can
provision a workspace with this template using:

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

1. At this point, you're ready to provision your first workspace:
Expand All @@ -89,7 +90,7 @@ Before proceeding, please ensure that you have Docker installed.
```

You can now access your workspace via your web browser by navigating to your
access URL, or you can connect to it via ssh by running:
access URL, or you can connect to it via SSH by running:

```console
coder ssh main
Expand Down