https://github.com/stuartleeks/dev-container-features-playground
My playground for exploring new dev container features ideas
https://github.com/stuartleeks/dev-container-features-playground
Last synced: about 1 year ago
JSON representation
My playground for exploring new dev container features ideas
- Host: GitHub
- URL: https://github.com/stuartleeks/dev-container-features-playground
- Owner: stuartleeks
- License: mit
- Created: 2022-11-01T06:34:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T16:13:27.000Z (over 1 year ago)
- Last Synced: 2025-02-17T10:49:09.031Z (over 1 year ago)
- Language: Shell
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Container Features Playground
This repo is my place for experimenting with [dev container features](https://containers.dev/features).
Features in this repo are likely to change/break/disappear as I explore ideas. When I'm happy with a feature, I will move it to [stuartleeks/dev-container-features](https://github.com/stuartleeks/dev-container-features).
If you want to create your own features, see
| Feature | Description |
| --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [bash-history](src/bash-history/) | (Precursor to shell-history) Preserve bash history across dev container instances/rebuilds |
| [shell-history](src/shell-history/) | Preserve shell history across dev container instances/rebuilds (see also https://github.com/stuartleeks/dev-container-features/blob/main/src/shell-history/README.md) |
| [shell-history-sync](src/shell-history-sync/) | Temporary utility feature to copy bash history from my manually added volumes to the volume added by shell-history |