https://github.com/stuartleeks/dev-container-features
My custom dev container features (https://containers.dev)
https://github.com/stuartleeks/dev-container-features
Last synced: about 1 year ago
JSON representation
My custom dev container features (https://containers.dev)
- Host: GitHub
- URL: https://github.com/stuartleeks/dev-container-features
- Owner: stuartleeks
- License: mit
- Created: 2022-09-01T19:41:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T08:03:36.000Z (about 1 year ago)
- Last Synced: 2025-03-24T09:23:45.813Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Container Features
This repo is my place for my custom dev container features - see [containers.dev/features](https://containers.dev/features) for more.
I make no guarantee that features here won't break with updates etc, but I use [stuartleeks/dev-container-features-playground](https://github.com/stuartleeks/dev-container-features-playground) for experimenting with features.
If you want to create your own features, see
| Feature | Description |
| ------------------------------------------------------------ | ----------------------------------------------------------------- |
| [azure-cli-persistence](src/azure-cli-persistence/README.md) | Preserve `~/.azure` folder across instances (avoids extra logins) |
| [add-host](src/add-host/README.md) | Add a host name/ip to the dev container hosts file |
| [dev-tunnels](src/dev-tunnels/README.md) | Set up the `devtunnel` CLI for working with Dev Tunnels |
| [shell-history](src/shell-history/README.md) | Preserve shell history across dev container instances/rebuilds |