1
- # Dev Containers Integration (Early Access)
1
+ # Dev Containers Integration
2
+
3
+ > [ !NOTE]
4
+ >
5
+ > The Coder dev containers integration is an [ early access] ( ../../install/releases/feature-stages.md ) feature.
6
+ >
7
+ > While functional for testing and feedback, it may change significantly before general availability.
2
8
3
9
The dev containers integration is an early access feature that enables seamless
4
10
creation and management of dev containers in Coder workspaces. This feature
5
11
leverages the [ ` @devcontainers/cli ` ] ( https://github.com/devcontainers/cli ) and
6
12
[ Docker] ( https://www.docker.com ) to provide a streamlined development
7
13
experience.
8
14
9
- > [ !NOTE]
10
- >
11
- > This implementation is different from the existing
12
- > [ Envbuilder-based dev containers] ( ../admin/templates/managing-templates/devcontainers/index.md )
13
- > offering.
15
+ This implementation is different from the existing
16
+ [ Envbuilder-based dev containers] ( ../../admin/templates/managing-templates/devcontainers/index.md )
17
+ offering.
14
18
15
19
## Contents
16
20
@@ -195,7 +199,7 @@ resource "docker_container" "workspace" {
195
199
The dev container integration appears in your Coder dashboard, providing a
196
200
visual representation of the running environment:
197
201
198
- ![ Dev container integration in Coder dashboard] ( ../images/early-access /devcontainer-agent-ports.png )
202
+ ![ Dev container integration in Coder dashboard] ( ../../ images/user-guides/devcontainers /devcontainer-agent-ports.png )
199
203
200
204
### SSH Access
201
205
@@ -216,7 +220,7 @@ coder ssh --container keen_dijkstra my-workspace
216
220
Once your workspace and dev container are running, you can use the web terminal
217
221
in the Coder interface to execute commands directly inside the dev container.
218
222
219
- ![ Coder web terminal with dev container] ( ../images/early-access /devcontainer-web-terminal.png )
223
+ ![ Coder web terminal with dev container] ( ../../ images/user-guides/devcontainers /devcontainer-web-terminal.png )
220
224
221
225
### IDE Integration (VS Code)
222
226
0 commit comments