Skip to content

Commit 4175a75

Browse files
committed
drive-by docs fix
1 parent 740f6a9 commit 4175a75

File tree

1 file changed

+2
-3
lines changed
  • examples/templates/devcontainer-docker

1 file changed

+2
-3
lines changed

examples/templates/devcontainer-docker/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ Coder supports Devcontainers via [envbuilder](https://github.com/coder/envbuilde
3434

3535
This template provisions the following resources:
3636

37-
- Envbuilder cached image (conditional, persistent)
38-
- Docker image (persistent)
37+
- Envbuilder cached image (conditional, persistent) using [`terraform-provider-envbuilder`](https://github.com/coder/terraform-provider-envbuilder)
38+
- Docker image (persistent) using [`envbuilder`](https://github.com/coder/envbuilder)
3939
- Docker container (ephemeral)
4040
- Docker volume (persistent on `/workspaces`)
4141

42-
with [`envbuilder`](https://github.com/coder/envbuilder) and [`terraform-provider-envbuilder`](https://github.com/coder/terraform-provider-envbuilder).
4342
The Git repository is cloned inside the `/workspaces` volume if not present.
4443
Any local changes to the Devcontainer files inside the volume will be applied when you restart the workspace.
4544
Keep in mind that any tools or files outside of `/workspaces` or not added as part of the Devcontainer specification are not persisted.

0 commit comments

Comments
 (0)