Skip to content

Commit b2563e8

Browse files
johnstcnmafredri
andauthored
Apply suggestions from code review
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent 10d5ac2 commit b2563e8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

examples/templates/devcontainer-docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sudo -u coder docker ps
3030

3131
## Architecture
3232

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).
3434

3535
This template provisions the following resources:
3636

@@ -42,7 +42,7 @@ This template will fetch a Git repo containing a `devcontainer.json` specified b
4242
with [`envbuilder`](https://github.com/coder/envbuilder).
4343
The Git repository is cloned inside the `/workspaces` volume if not present.
4444
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.
4646
Edit the `devcontainer.json` instead!
4747

4848
> **Note**

0 commit comments

Comments
 (0)