Skip to content

Commit be23e85

Browse files
committed
init user-facing update
1 parent 5dc41a5 commit be23e85

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

docs/user-guides/devcontainers/index.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
# Dev Containers Integration
22

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.
146

157
This implementation is different from the existing
168
[Envbuilder-based dev containers](../../admin/templates/managing-templates/devcontainers/index.md)
@@ -61,18 +53,6 @@ When a workspace with the dev containers integration starts:
6153
- Support for automatic port forwarding inside the container
6254
- Full native SSH support to dev containers
6355

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-
7656
## Comparison with Envbuilder-based Dev Containers
7757

7858
| Feature | Dev Containers (Early Access) | Envbuilder Dev Containers |

0 commit comments

Comments
 (0)