Skip to content

withfig/features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fig Dev Container Features

Add the Fig CLI to a Dev Container

Usage

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

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/withfig/features/fig:1": {}
    }
}