|
1 | 1 | # Dev Containers Integration
|
2 | 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. |
8 |
| -
|
9 |
| -The dev containers integration is an early access feature that enables seamless |
10 |
| -creation and management of dev containers in Coder workspaces. This feature |
11 |
| -leverages the [`@devcontainers/cli`](https://github.com/devcontainers/cli) and |
12 |
| -[Docker](https://www.docker.com) to provide a streamlined development |
13 |
| -experience. |
| 3 | +The dev containers integration enables seamless creation and management of dev containers in Coder workspaces. |
| 4 | +This feature leverages the [`@devcontainers/cli`](https://github.com/devcontainers/cli) and [Docker](https://www.docker.com) |
| 5 | +to provide a streamlined development experience. |
14 | 6 |
|
15 | 7 | This implementation is different from the existing
|
16 | 8 | [Envbuilder-based dev containers](../../admin/templates/managing-templates/devcontainers/index.md)
|
@@ -61,18 +53,6 @@ When a workspace with the dev containers integration starts:
|
61 | 53 | - Support for automatic port forwarding inside the container
|
62 | 54 | - Full native SSH support to dev containers
|
63 | 55 |
|
64 |
| -## Limitations during Early Access |
65 |
| - |
66 |
| -During the early access phase, the dev containers integration has the following |
67 |
| -limitations: |
68 |
| - |
69 |
| -- Changes to the `devcontainer.json` file require manual container recreation |
70 |
| -- Automatic port forwarding only works for ports specified in `appPort` |
71 |
| -- SSH access requires using the `--container` flag |
72 |
| -- Some devcontainer features may not work as expected |
73 |
| - |
74 |
| -These limitations will be addressed in future updates as the feature matures. |
75 |
| - |
76 | 56 | ## Comparison with Envbuilder-based Dev Containers
|
77 | 57 |
|
78 | 58 | | Feature | Dev Containers (Early Access) | Envbuilder Dev Containers |
|
|
0 commit comments