Skip to content

Collection of Dev Container Features that I didn't find anywhere else

License

Notifications You must be signed in to change notification settings

oinopion/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Container Features

A collection of Development Containers Features.

Features

Currently there's only one feature here: mise.

mise

Mise is a polyglot tool version manager. It replaces tools like asdf, nvm, pyenv, rbenv, etc.

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/oinopion/devcontainer-features/mise:0": {}
    }
}
$ mise use node@lts
mise node@20.15.0 ✓ installed

$ node --version
v20.15.0

Repo and it's structure

This repo has been generated from the feature-starter template.

About

Collection of Dev Container Features that I didn't find anywhere else

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages