Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.64 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.64 KB

Dev Container Features

Contents

This repository contains the following features:

Usage

To use the features from this repository, add the desired features to devcontainer.json.

This example uses the kamal feature:

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/roul/devcontainer-features/kamal:1": {}
    }
}