gaetanars / features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Container Features

Content

This repository contains following features:

Usage

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

This example use kubeswitch feature on devcontainer.

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/gaetanars/features/kubeswitch:1": {
            "version": "latest"
        }
    }
}

About

License:MIT License


Languages

Language:Shell 100.0%