mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
docs: add dev container screenshots (#21191)
Add screenshots to the dev containers user guide: - Running dev containers with sub-agents (index.md, working-with-dev-containers.md) - Discovered dev containers with Start button (index.md) - Outdated status with rebuild option (working-with-dev-containers.md) - Display apps disabled (customizing-dev-containers.md) Also deletes the outdated devcontainer-agent-ports.png. Refs #21157
This commit is contained in:
committed by
GitHub
parent
84760f4a8f
commit
8f15caad22
Binary file not shown.
|
Before Width: | Height: | Size: 133 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 187 KiB |
@@ -84,6 +84,8 @@ appears in `coder ssh` commands and the dashboard (e.g.,
|
||||
Control which built-in Coder apps appear for your dev container using
|
||||
`displayApps`:
|
||||
|
||||
_Disable built-in apps to reduce clutter or guide developers toward preferred tools_
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "My Dev Container",
|
||||
|
||||
@@ -11,6 +11,8 @@ administrators can configure
|
||||
[Envbuilder](../../admin/integrations/devcontainers/envbuilder/index.md) instead,
|
||||
which builds the workspace image itself from your dev container configuration.
|
||||
|
||||
_Dev containers appear as sub-agents with their own apps, SSH access, and port forwarding_
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Coder version 2.24.0 or later
|
||||
@@ -67,6 +69,8 @@ Coder automatically discovers dev container configurations in your repositories
|
||||
and displays them in your workspace dashboard. From there, you can start a dev
|
||||
container with a single click.
|
||||
|
||||
_Coder detects dev container configurations and displays them with a Start button_
|
||||
|
||||
If your template administrator has configured automatic startup (via the
|
||||
`coder_devcontainer` Terraform resource or autostart settings), your dev
|
||||
container will build and start automatically when the workspace starts.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
The dev container integration appears in your Coder dashboard, providing a
|
||||
visual representation of the running environment:
|
||||
|
||||

|
||||
_Dev containers appear as sub-agents with their own apps, SSH access, and port forwarding_
|
||||
|
||||
## SSH access
|
||||
|
||||
@@ -152,4 +152,6 @@ When you modify your `devcontainer.json`, you need to rebuild the container for
|
||||
changes to take effect. Coder detects changes and shows an **Outdated** status
|
||||
next to the dev container.
|
||||
|
||||
_The Outdated indicator appears when changes to devcontainer.json are detected_
|
||||
|
||||
Click **Rebuild** to recreate your dev container with the updated configuration.
|
||||
|
||||
Reference in New Issue
Block a user