Skip to content

Commit f7510d0

Browse files
committed
move devcontainers doc
1 parent 91167b8 commit f7510d0

File tree

9 files changed

+22
-31
lines changed

9 files changed

+22
-31
lines changed

docs/admin/templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ 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](../../early-access/devcontainers.md): Try our
53+
- [Early Access Dev Containers](../../user-guides/devcontainers/index.md): Try our
5454
new direct devcontainers integration (distinct from Envbuilder-based
5555
approach).
5656
- [Template hardening](./extending-templates/resource-persistence.md#-bulletproofing):

docs/early-access/index.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,13 @@
213213
"path": "./user-guides/workspace-lifecycle.md",
214214
"icon_path": "./images/icons/circle-dot.svg"
215215
},
216+
{
217+
"title": "Dev Containers Integration",
218+
"description": "",
219+
"path": "./user-guides/devcontainers/index.md",
220+
"icon_path": "./images/icons/container.svg",
221+
"state": ["early access"]
222+
},
216223
{
217224
"title": "Dotfiles",
218225
"description": "Personalize your environment with dotfiles",

docs/early-access/devcontainers.md renamed to docs/user-guides/devcontainers/index.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
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.
28
39
The dev containers integration is an early access feature that enables seamless
410
creation and management of dev containers in Coder workspaces. This feature
511
leverages the [`@devcontainers/cli`](https://github.com/devcontainers/cli) and
612
[Docker](https://www.docker.com) to provide a streamlined development
713
experience.
814

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

1519
## Contents
1620

@@ -195,7 +199,7 @@ resource "docker_container" "workspace" {
195199
The dev container integration appears in your Coder dashboard, providing a
196200
visual representation of the running environment:
197201

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)
199203

200204
### SSH Access
201205

@@ -216,7 +220,7 @@ coder ssh --container keen_dijkstra my-workspace
216220
Once your workspace and dev container are running, you can use the web terminal
217221
in the Coder interface to execute commands directly inside the dev container.
218222

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)
220224

221225
### IDE Integration (VS Code)
222226

docs/user-guides/devcontainers/troubleshooting.md

Whitespace-only changes.

docs/user-guides/devcontainers/workflow.md

Whitespace-only changes.

docs/user-guides/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ These are intended for end-user flows only. If you are an administrator, please
77
refer to our docs on configuring [templates](../admin/index.md) or the
88
[control plane](../admin/index.md).
99

10-
Check out our [early access features](../early-access/index.md) for upcoming
11-
functionality, including the new
12-
[Dev Containers integration](../early-access/devcontainers.md).
10+
Check out our [early access features](../install/releases/feature-stages.md) for upcoming
11+
functionality, including [Dev Containers integration](../user-guides/devcontainers/index.md).
1312

1413
<children></children>

0 commit comments

Comments
 (0)