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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ This allows the template to prompt for the developer for their dev container rep
6
6
[parameter](../../extending-templates/parameters.md) when they create their workspace.
7
7
Envbuilder clones the repo and builds a container from the `devcontainer.json` specified in the repo.
8
8
9
+
This is a legacy implementation.
10
+
9
11
For the Docker-based Dev Containers integration, follow the [Configure a template for dev containers](../../extending-templates/devcontainers.md) documentation instead.
10
12
11
13
You can create template files through the Coder dashboard, CLI, or you can choose a template from the
Copy file name to clipboardExpand all lines: docs/admin/templates/managing-templates/devcontainers/devcontainer-releases-known-issues.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Envbuilder Dev Container Releases and Known Issues
2
2
3
+
Envbuilder is a legacy implementation of dev containers.
4
+
5
+
For the Docker-based Dev Containers integration, follow the [Configure a template for dev containers](../../extending-templates/devcontainers.md) documentation instead.
Copy file name to clipboardExpand all lines: docs/admin/templates/managing-templates/devcontainers/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ pre-approved by platform teams in registries like
14
14
workflows, reduces the need for tickets and approvals, and promotes greater
15
15
independence for developers.
16
16
17
-
This doc explains how to use Envbuilder to integrate dev containers in a template.
17
+
Envbuilder is a legacy implementation of dev containers.
18
18
19
-
For the Docker-based Dev Containers integration, follow the [Configure a template for dev containers](../../extending-templates/devcontainers.md) documentation.
19
+
For the Docker-based Dev Containers integration, follow the [Configure a template for dev containers](../../extending-templates/devcontainers.md) documentation instead.
0 commit comments