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/extending-templates/devcontainers.md
+12-19Lines changed: 12 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -49,21 +49,6 @@ When integrated with Coder templates, they provide:
49
49
50
50
</details>
51
51
52
-
## Enable Dev Containers Integration
53
-
54
-
To enable the dev containers integration in your workspace, add the `CODER_AGENT_DEVCONTAINERS_ENABLE` environment variable to your existing `coder_agent` block:
55
-
56
-
```terraform
57
-
env = {
58
-
CODER_AGENT_DEVCONTAINERS_ENABLE = "true"
59
-
# existing variables ...
60
-
}
61
-
```
62
-
63
-
This environment variable is required for the Coder agent to detect and manage dev containers.
64
-
Without it, the agent will not attempt to start or connect to dev containers even if the
65
-
`coder_devcontainer` resource is defined.
66
-
67
52
## Install the Dev Containers CLI
68
53
69
54
Use the
@@ -193,7 +178,6 @@ data "coder_workspace_owner" "me" {}
To disable the dev containers integration in your workspace, add the`CODER_AGENT_DEVCONTAINERS_ENABLE` environment variable to your existing`coder_agent` block: