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: examples/templates/devcontainer-docker/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ sudo -u coder docker ps
30
30
31
31
## Architecture
32
32
33
-
Coder supports Devcontainers with[envbuilder](https://github.com/coder/envbuilder), an open source project. Read more about this in [Coder's documentation](https://coder.com/docs/v2/latest/templates/dev-containers).
33
+
Coder supports Devcontainers via[envbuilder](https://github.com/coder/envbuilder), an open source project. Read more about this in [Coder's documentation](https://coder.com/docs/v2/latest/templates/dev-containers).
34
34
35
35
This template provisions the following resources:
36
36
@@ -42,7 +42,7 @@ This template will fetch a Git repo containing a `devcontainer.json` specified b
42
42
with [`envbuilder`](https://github.com/coder/envbuilder).
43
43
The Git repository is cloned inside the `/workspaces` volume if not present.
44
44
Any local changes to the Devcontainer files inside the volume will be applied when you restart the workspace.
45
-
As you might suspect, any tools or files outside of `/workspaces` or not added as part of the Devcontainer specification are not persisted.
45
+
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