Skip to content

Commit b90e675

Browse files
johnstcnmafredri
andcommitted
Apply suggestions from code review
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent 40086f0 commit b90e675

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

examples/templates/devcontainer-docker/README.md

Lines changed: 3 additions & 3 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/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/templates/dev-containers).
3434

3535
This template provisions the following resources:
3636

@@ -41,15 +41,15 @@ This template provisions the following resources:
4141
with [`envbuilder`](https://github.com/coder/envbuilder).
4242
The Git repository is cloned inside the `/workspaces` volume if not present.
4343
Any local changes to the Devcontainer files inside the volume will be applied when you restart the workspace.
44-
As you might suspect, any tools or files outside of `/workspaces` or not added as part of the Devcontainer specification are not persisted.
44+
Keep in mind that any tools or files outside of `/workspaces` or not added as part of the Devcontainer specification are not persisted.
4545
Edit the `devcontainer.json` instead!
4646

4747
> **Note**
4848
> This template is designed to be a starting point! Edit the Terraform to extend the template to support your use case.
4949
5050
## Docker-in-Docker
5151

52-
See the [Envbuilder documentation](https://github.com/coder/envbuilder/blob/main/docs/docker.md) for information on running Docker containers inside a devcontiner built by Envbuilder.
52+
See the [Envbuilder documentation](https://github.com/coder/envbuilder/blob/main/docs/docker.md) for information on running Docker containers inside a devcontainer built by Envbuilder.
5353

5454
## Caching
5555

0 commit comments

Comments
 (0)