|
1 |
| -#Addadev container template with Envbuilder |
| 1 | +#Addan Envbuilderdev container template |
2 | 2 |
|
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. |
9 | 4 |
|
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 |
12 | 12 | [Coder registry](https://registry.coder.com/templates):
|
13 | 13 |
|
14 | 14 | <divclass="tabs">
|
@@ -143,4 +143,5 @@ Lifecycle scripts are managed by project developers.
|
143 | 143 |
|
144 | 144 | ## Next steps
|
145 | 145 |
|
| 146 | +- [Choose an approach to Dev Containers](../../extending-templates/dev-containers-envbuilder.md) |
146 | 147 | - [Dev container security and caching](./devcontainer-security-caching.md)
|