Skip to content

couchbase-starter-kit/devcontainer-features

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devcontainer Couchbase Features

๐Ÿณ Extra add-in features for devcontainers and GitHub Codespaces

Usage

Just add a .devcontainer/devcontainer.json file with a features key. It's very similar to package.json's dependencies object, just with the addition of an options object.

๐Ÿ“š Make sure to inspect each feature for feature-specific options!

{
  "image": "mcr.microsoft.com/devcontainers/universal",
  "features": {
    "ghcr.io/couchbase-starter-kit/devcontainer-features/couchbase-server": {},
    "ghcr.io/couchbase-starter-kit/devcontainer-features/couchbase-shell": {}
  }
}

Then, after adding your devcontainer config file, you can open it in GitHub Codespaces, or [open it locally using VS Code]. Be warned some features will compile things from source code and may take a while!