Skip to content

Commit 4116768

Browse files
committed
troubleshooting-dev-containers
1 parent 0e8383e commit 4116768

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/user-guides/devcontainers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When a workspace with the dev containers integration starts:
3232

3333
## Features
3434

35-
### Detection & Lifecycle
35+
### Detection and Lifecycle
3636

3737
- Automatic dev container detection from repositories.
3838
- Change detection with rebuild prompts.

docs/user-guides/devcontainers/troubleshooting-dev-containers.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Troubleshooting dev containers
22

3-
## Dev Container Not Starting
3+
If you encounter issues with dev containers in your workspace, review the steps here as well as the dev containers
4+
[user](./index.md) and [admin](../../admin/templates/extending-templates/devcontainers.md#troubleshoot-common-issues) documentation.
5+
6+
## Container does not start
47

58
If your dev container fails to start:
69

@@ -13,4 +16,12 @@ If your dev container fails to start:
1316
1. Verify that Docker is running in your workspace.
1417
1. Ensure the `devcontainer.json` file is valid.
1518
1. Check that the repository has been cloned correctly.
16-
1. Verify the resource limits in your workspace are sufficient.
19+
1. Ensure the workspace image has Node/npm and the `devcontainers-cli` module installed.
20+
1. Verify that the resource limits in your workspace are sufficient.
21+
22+
## Known Limitations
23+
24+
Currently, dev containers are not compatible with the
25+
[prebuilt workspaces](../../admin/templates/extending-templates/prebuilt-workspaces.md).
26+
27+
If your template allows for prebuilt workspaces, do not select a prebuilt workspace if you plan to use a dev container.

0 commit comments

Comments
 (0)