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
- 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)
39
39
- Docker container (ephemeral)
40
40
- Docker volume (persistent on `/workspaces`)
41
41
42
-
with [`envbuilder`](https://github.com/coder/envbuilder) and [`terraform-provider-envbuilder`](https://github.com/coder/terraform-provider-envbuilder).
43
42
The Git repository is cloned inside the `/workspaces` volume if not present.
44
43
Any local changes to the Devcontainer files inside the volume will be applied when you restart the workspace.
45
44
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