GitHub

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

Read the original on github.com ↗