Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 703 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 703 Bytes

Experimenting with Dev Container Features

Warning: this is an experimental repository. At the moment, it is not intended for use by anyone other than the author.

Features

This repository contains a collection of features. Each sub-section below shows a sample devcontainer.json alongside example usage of the feature.

shinx-needs

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/AlexanderLanin/features/sphinx-needs:1": "1.0.2"
    }
}

plantuml

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/AlexanderLanin/features/plantuml:1": "latest"
    }
}