Skip to content

Commit 9eb367d

Browse files
committed
edit devcontainers doc
1 parent f7c5272 commit 9eb367d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/admin/templates/extending-templates/devcontainers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ For more advanced use cases, consult the [advanced dev containers doc](./advance
122122
Coder names dev container agents in this order:
123123

124124
1. `customizations.coder.name` in `devcontainer.json`
125-
1. Resource name used in terraform (`resource "coder_devcontainer" "name"`)
126125
1. Project directory name (name of folder containing `devcontainer.json` or `.devcontainer` folder)
127126
1. If project directory name is already taken, the name is expanded to include the parent folder (`/home/coder/some/project` -> `project` (taken) -> `some-project`)
128127

docs/user-guides/devcontainers/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ When a workspace with the dev containers integration starts:
3636

3737
- Automatic discovery of `.devcontainer` configs.
3838
- Change detection with rebuild prompts.
39-
- Rebuild containers with one click from the Coder dashboard or from the CLI.
39+
- Rebuild containers with one click from the Coder dashboard.
4040

4141
### Connectivity
4242

43-
- Full SSH access directly into dev containers (`coder ssh <workspace>.<devcontainer>`).
43+
- Full SSH access directly into dev containers (`coder ssh <agent>.<workspace>.me.coder`).
4444
- Automatic port forwarding.
4545

4646
## Comparison with Envbuilder-based Dev Containers
@@ -59,7 +59,7 @@ Visit [Choose an approach to Dev Containers](../../admin/templates/extending-tem
5959

6060
## Known Limitations
6161

62-
Currently, dev containers are not compatible with the [prebuilt workspaces](../../admin/templates/extending-templates/prebuilt-workspaces.md).
62+
Currently, dev containers are not compatible with [prebuilt workspaces](../../admin/templates/extending-templates/prebuilt-workspaces.md).
6363

6464
If your template allows for prebuilt workspaces, do not select a prebuilt workspace if you plan to use a dev container.
6565

0 commit comments

Comments
 (0)