vscode-dev-containers/repository-containers
Chuck Lantz 06b5daa6cb
Fix typo
2020-10-04 10:23:47 -07:00
..
github.com Reduce comments, clarify whether RUN statement should be modified 2020-07-14 18:32:39 -07:00
images Fix typo 2020-10-04 10:23:47 -07:00
.npmignore npmignore edit 2020-09-27 12:00:43 -07:00
README.md Support repo container image generation (#583) 2020-09-26 20:43:57 -07: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.

See CONTRIBUTING.md for details on contributing a container.

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