Skip to content

devcontainers-extra/features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Extra Dev Container Features

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

๐Ÿ‘€ Don't see your feature here? ๐Ÿ”ฅ Suggest a new feature! ๐Ÿ”ฅ or ๐Ÿ“„ Learn how to add one! ๐Ÿ“„
๐Ÿ” Found a bug? ๐Ÿž Open a bug report! ๐Ÿž

About This Fork

This repository is a continuation of the devcontainers-contrib/features project, initially developed by danielbraun89. The fork was created to maintain and enhance the project due to inactivity in the original repository.

Note

This project is not officially associated with or endorsed by the official Devcontainers project

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/base:bookworm",
  "features": {
    "ghcr.io/devcontainers-extra/features/deno": {},
    "ghcr.io/devcontainers-extra/features/neovim": {}
  }
}

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!

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages