Skip to content

Commit ca6eccf

Browse files
committed
Remove devcontainer support section
1 parent 051bfff commit ca6eccf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,3 @@ CACHE_REPO=ghcr.io/coder/repo-cache
101101
```
102102

103103
Each layer is stored in the registry as a separate image. The image tag is the hash of the layer's contents. The image digest is the hash of the image tag. The image digest is used to pull the layer from the registry.
104-
105-
## devcontainer.json Support
106-
107-
We don't support mounts, features, and many other primitives of `devcontainer.json`. We support the following:
108-
109-
- `image`
110-
- `build`
111-
- `runArgs`
112-
- `workspaceFolder`

0 commit comments

Comments
 (0)