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/templates/devcontainers.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,18 @@ There are several benefits to adding a devcontainer-compatible template to Coder
12
12
13
13
- Coder admins add a devcontainer-compatible template to Coder (envbuilder can run on Docker or Kubernetes)
14
14
15
-
- Developers enter their repository URL as a [parameter](./parameters.md) when creating workspaces. [envbuilder](https://github.com/coder/envbuilder) clones the repo and builds a container from the `devcontainer.json` specified in the repo.
15
+
- Developers enter their repository URL as a [parameter](./parameters.md) when they create their workspace. [envbuilder](https://github.com/coder/envbuilder) clones the repo and builds a container from the `devcontainer.json` specified in the repo.
16
16
17
17
- Developers can edit the `devcontainer.json` in their workspace to rebuild to iterate on their development environments.
You may need to authenticate to your container registry (e.g. Artifactory) or git provider (e.g. GitLab) to use envbuilder. Refer to the [envbuilder documentation](https://github.com/coder/envbuilder/) for more information.
20
26
21
27
## Caching
28
+
29
+
To improve build times, devcontainers can be cached. Refer to the [envbuilder documentation](https://github.com/coder/envbuilder/) for more information.
Copy file name to clipboardExpand all lines: examples/templates/devcontainer-docker/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,7 @@ the dashboard UI over `localhost:13337`.
24
24
25
25
## Extending this template
26
26
27
-
See the [kreuzwerker/docker](https://registry.terraform.io/providers/kreuzwerker/docker) Terraform provider documentation to
28
-
add the following features to your Coder template:
27
+
See the [kreuzwerker/docker](https://registry.terraform.io/providers/kreuzwerker/docker) Terraform provider documentation to add the following features to your Coder template:
description="Or enter a custom repository URL, see [awesome-devcontainers](https://github.com/manekinekko/awesome-devcontainers) Leave blank to use a predefined option above"
205
+
order=2
206
+
default=""
207
+
description="Optionally enter a custom repository URL, see [awesome-devcontainers](https://github.com/manekinekko/awesome-devcontainers)."
0 commit comments