Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 4e97709

Browse files
authored
Add repository containers docs link (#1321)
1 parent 45d6be1 commit 4e97709

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ If you want to try a sample project which already has a dev container, check out
4747

4848
- [`containers`](containers) - Contains reusable dev container definitions.
4949
- [`script-library`](script-library) - Includes scripts used in this repository to install things. Also useful in your own Dockerfiles.
50-
- [`repository-containers`](repository-containers) - Dev container definitions for working public source code repositories. Only used by Remote - Containers.
5150
- [`container-templates`](container-templates) - Contains templates for creating your own container definitions or to [contribute back](CONTRIBUTING.md#contributing-dev-container-definitions).
5251

5352
## Common Questions

repository-containers/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
While we encourage you to add development container configuration files to your repositories so others can benefit from them, some organizations prefer to not include development tool related files in source control. To provide additional flexibility, this folder includes dev container definitions that will be be used if you open the cloned repository using [Remote - Containers](https://aka.ms/vscode-remote/download/containers) extension (if there is no `.devcontainer.json` or `.devcontainer/devcontainer.json` file locally). The `images` folder here is used to pre-build images that are then referenced here or directly in source code repositories.
44

5-
However, this is **not supported** from [GitHub Codespaces](https://github.com/features/codespaces) currently.
5+
You may review [further documentation](https://code.visualstudio.com/docs/remote/create-dev-container#_alternative-repository-configuration-folders) about repository containers to learn how to best configure them.
66

7-
See [CONTRIBUTING.md](../CONTRIBUTING.md) for details on contributing a container.
7+
This is **not supported** from [GitHub Codespaces](https://github.com/features/codespaces) currently.
8+
9+
We are not accepting contributions for new repository containers. If you are interested in repository containers, we encourage you to use the [Remote - Containers capability](https://code.visualstudio.com/docs/remote/create-dev-container#_alternative-repository-configuration-folders) to have a local set of them.
810

911
If you are looking for a list of additional dev container definitions that are included in the [Remote - Containers](https://aka.ms/vscode-remote/download/containers) extension, see the [containers](../containers) folder instead.
1012

0 commit comments

Comments
 (0)