This repository contains my custom Dev Container Features.
You can learn more about Features at https://containers.dev/implementors/features/.
| Feature | Description |
|---|---|
| databricks-cli | Installs the Databricks CLI in your dev container using the official setup script. |
To reference a Feature from this repository, add it to your devcontainer.json. Each Feature has a README.md under its folder with details and options (if any).
Example using the databricks-cli feature:
{ "name": "my-project-devcontainer", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/KingBain/devcontainer-features-databricks/databricks-cli:0.0.1": {} } }