Skip to content

Commit 7a4719d

Browse files
committed
dev container casing
1 parent 6a6a49e commit 7a4719d

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

docs/about/contributing/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Coder's backend is built using a collection of robust, modern Go libraries and i
4949

5050
The Coder backend is organized into multiple packages and directories, each with a specific purpose. Here's a high-level overview of the most important ones:
5151

52-
* [agent](https://github.com/coder/coder/tree/main/agent): core logic of a workspace agent, supports DevContainers, remote SSH, startup/shutdown script execution. Protobuf definitions for DRPC communication with `coderd` are kept in [proto](https://github.com/coder/coder/tree/main/agent/proto).
52+
* [agent](https://github.com/coder/coder/tree/main/agent): core logic of a workspace agent, supports dev containers, remote SSH, startup/shutdown script execution. Protobuf definitions for DRPC communication with `coderd` are kept in [proto](https://github.com/coder/coder/tree/main/agent/proto).
5353
* [cli](https://github.com/coder/coder/tree/main/cli): CLI interface for `coder` command built on [coder/serpent](https://github.com/coder/serpent). Input controls are defined in [cliui](https://github.com/coder/coder/tree/docs-backend-contrib-guide/cli/cliui), and [testdata](https://github.com/coder/coder/tree/docs-backend-contrib-guide/cli/testdata) contains golden files for common CLI calls
5454
* [cmd](https://github.com/coder/coder/tree/main/cmd): entry points for CLI and services, including `coderd`
5555
* [coderd](https://github.com/coder/coder/tree/main/coderd): the main API server implementation with [chi](https://github.com/go-chi/chi) endpoints

docs/admin/templates/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ needs of different teams.
5050
create and publish images for use within Coder workspaces & templates.
5151
- [Dev Container support](./managing-templates/devcontainers/index.md): Enable
5252
dev containers to allow teams to bring their own tools into Coder workspaces.
53-
- [Early Access Dev Containers](../../user-guides/devcontainers/index.md): Try our
54-
new direct devcontainers integration (distinct from Envbuilder-based
55-
approach).
5653
- [Template hardening](./extending-templates/resource-persistence.md#-bulletproofing):
5754
Configure your template to prevent certain resources from being destroyed
5855
(e.g. user disks).

docs/changelogs/v2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Questions? Feel free to ask in [our Discord](https://discord.gg/coder) or email
100100

101101
### Bug fixes
102102

103-
- Do not wait for devcontainer template volume claim bound (#8539) (@Tirzono)
103+
- Do not wait for dev container template volume claim bound (#8539) (@Tirzono)
104104
- Prevent repetition of template IDs in `template_usage_by_day` (#8693)
105105
(@mtojek)
106106
- Unify parameter validation errors (#8738) (@mtojek)

docs/changelogs/v2.6.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
![Light theme preview](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/light-theme.png)
1414
- Enable CSRF token header (#11283) (@Emyrk)
1515
- Add support for OAuth2 Applications (#11197) (@code-asher)
16-
- Add AWS EC2 devcontainer template (#11248) (@matifali)
17-
- Add Google Compute engine devcontainer template (#11246) (@matifali)
16+
- Add AWS EC2 dev container template (#11248) (@matifali)
17+
- Add Google Compute engine dev container template (#11246) (@matifali)
1818

1919
### Bug fixes
2020

docs/changelogs/v2.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following features are hidden or disabled by default as we don't guarantee s
126126
- CLI: Ensure ssh cleanup happens on cmd error (@spikecurtis)
127127
- Dashboard: Display tooltip when selection is disabled (#12439) (@f0ssel)
128128
- Server: Add `--block-direct-connections` to wsproxies (#12182) (@coadler)
129-
- Examples: Fix directory for devcontainer-docker template (#12453) (@alv67)
129+
- Examples: Fix directory for dev container-docker template (#12453) (@alv67)
130130
- Dashboard: Make public menu item selectable (#12484) (@f0ssel)
131131
- Server: Stop holding Pubsub mutex while calling pq.Listener (#12518) (@spikecurtis)
132132

docs/user-guides/devcontainers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The dev containers integration enables seamless creation and management of dev containers in Coder workspaces.
44

5-
This feature leverages the [`@devcontainers/cli`](https://github.com/devcontainers/cli) and [Docker](https://www.docker.com)
5+
This feature leverages [`@devcontainers/cli`](https://github.com/devcontainers/cli) and [Docker](https://www.docker.com)
66
to provide a streamlined development experience.
77

88
## Prerequisites

0 commit comments

Comments
 (0)