You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/templates/managing-templates/devcontainers/add-devcontainer.md
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
-
# Add a dev container template to Coder
1
+
# Add an Envbuilder Dev 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
+
This is a legacy implementation.
10
+
11
+
For the Docker-based Dev Containers integration, follow the [Configure a template for dev containers](../../extending-templates/devcontainers.md) documentation instead.
12
+
13
+
You can create template files through the Coder dashboard, CLI, or you can choose a template from the
0 commit comments