Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 592 Bytes

File metadata and controls

22 lines (15 loc) · 592 Bytes

LDTTeam Dev Container Features

A Visual Studio code dev container features.

Installs the following command line utilities:

Auto-detects latest version and installs needed dependencies.

Usage

Latest version installed by default. You can pin a specific version or specify latest or none if you wish to have the latest version or skip the installation. Please see below for an example:

  • Rancher CLI
"features": {
    "ghcr.io/ldtteam/receptacula/rancher-cli:1": {
        "version": "latest"
    }
}