https://github.com/georglauterbach/dev-container-features
A collection of Development Container Features
https://github.com/georglauterbach/dev-container-features
development development-container features
Last synced: about 1 year ago
JSON representation
A collection of Development Container Features
- Host: GitHub
- URL: https://github.com/georglauterbach/dev-container-features
- Owner: georglauterbach
- License: mit
- Created: 2024-07-21T10:53:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T13:32:17.000Z (about 1 year ago)
- Last Synced: 2025-04-12T20:17:19.897Z (about 1 year ago)
- Topics: development, development-container, features
- Language: Shell
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Development Container Feature Collection
This repository contains a collection of Development Container features. To see which one exist, [navigate into the `src/`](./src/) directory.
> [!NOTE]
>
> #### What is a Development Container Feature?
>
> According to the [official documentation](https://containers.dev/implementors/features/), Development Container Features are "are self-contained, shareable units of installation code and development container configuration. The name comes from the idea that referencing one of them allows you to quickly and easily add more tooling, runtime, or library “features” into your development container for you or your collaborators to use."