File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
docs/user-guides/devcontainers Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ When a workspace with the dev containers integration starts:
32
32
33
33
## Features
34
34
35
- ### Detection & Lifecycle
35
+ ### Detection and Lifecycle
36
36
37
37
- Automatic dev container detection from repositories.
38
38
- Change detection with rebuild prompts.
Original file line number Diff line number Diff line change 1
1
# Troubleshooting dev containers
2
2
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
4
7
5
8
If your dev container fails to start:
6
9
@@ -13,4 +16,12 @@ If your dev container fails to start:
13
16
1 . Verify that Docker is running in your workspace.
14
17
1 . Ensure the ` devcontainer.json ` file is valid.
15
18
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.
You can’t perform that action at this time.
0 commit comments