8000 update envbuilder add-devcontainer with dev container integration links · coder/coder@c10eb7e · GitHub
[go: up one dir, main page]

Skip to content

Commit c10eb7e

Browse files
committed
update envbuilder add-devcontainer with dev container integration links
1 parent d9f818c commit c10eb7e

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

docs/admin/templates/managing-templates/devcontainers/add-devcontainer.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Add a dev container template with Envbuilder
1+
# Add an Envbuilder dev container template
22

3-
A Coder administrator adds a dev container-compatible template to Coder
4-
(Envbuilder). This allows the template to prompt for the developer for their dev
5-
container repository's URL as a
6-
[parameter](../../extending-templates/parameters.md) when they create their
7-
workspace. Envbuilder clones the repo and builds a container from the
8-
`devcontainer.json` specified in the repo.
3+
This guide shows platform administrators how to add an Envbuilder dev container template to Coder.
94

10-
You can create template files through the Coder dashboard, CLI, or you can
11-
choose a template from the
5+
This allows the template to prompt for the developer for their dev container repository's URL as a
6+
[parameter](../../extending-templates/parameters.md) when they create their workspace.
7+
Envbuilder clones the repo and builds a container from the `devcontainer.json` specified in the repo.
8+
9+
For the Docker-based Dev Containers integration, follow the [Configure a template for dev containers](../../extending-templates/devcontainers.md) documentation instead.
10+
11+
You can create template files through the Coder dashboard, CLI, or you can choose a template from the
1212
[Coder registry](https://registry.coder.com/templates):
1313

1414
<div class="tabs">
@@ -143,4 +143,5 @@ Lifecycle scripts are managed by project developers.
143143

144144
## Next steps
145145

146+
- [Choose an approach to Dev Containers](../../extending-templates/dev-containers-envbuilder.md)
146147
- [Dev container security and caching](./devcontainer-security-caching.md)

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
"path": "./admin/templates/managing-templates/devcontainers/index.md",
487487
"children": [
488488
{
489-
"title": "Add a dev container template with Envbuilder",
489+
"title": "Add an Envbuilder dev container template",
490490
"description": "Use Envbuilder to add a dev container template to Coder",
491491
"path": "./admin/templates/managing-templates/devcontainers/add-devcontainer.md"
492492
},

0 commit comments

Comments
 (0)
0