vscode-dev-containers/repository-containers
Christof Marti c215e32cbd Publish deprecation message for dev 2023-10-31 15:55:55 +01:00
..
github.com Remove trailing commas 2022-06-01 23:48:21 -07:00
images Publish deprecation message for dev 2023-10-31 15:55:55 +01:00
.npmignore npmignore edit 2020-09-27 12:00:43 -07:00
README.md Add repository containers docs link (#1321) 2022-02-24 15:08:09 -08:00

README.md

Repository Development Containers

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 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.

You may review further documentation about repository containers to learn how to best configure them.

This is not supported from GitHub Codespaces currently.

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 to have a local set of them.

If you are looking for a list of additional dev container definitions that are included in the Remote - Containers extension, see the containers folder instead.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See LICENSE