Skip to content

KingBain/devcontainer-features-databricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Devcontainer Features for Databricks

Tests

This repository contains my custom Dev Container Features.

You can learn more about Features at https://containers.dev/implementors/features/.

Features

Feature Description
databricks-cli Installs the Databricks CLI in your dev container using the official setup script.

Usage

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": {}
  }
}

About

space to develop devcontainer features for databricks

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •  

Languages