Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.43 KB

Devcontainer Features

This repo contains Dev Container Features for tools that I commonly use. Feel free to use them as well!

Documentation

For auto-generating feature documentation, run the following from the src folder.

devcontainer features generate-docs -n j2udev/devcontainer-features

Testing

For testing features, run the following from the root of the repo.

devcontainer features test -i mcr.microsoft.com/devcontainers/base:jammy

To test individual features, use the -f flag.

devcontainer features test -i mcr.microsoft.com/devcontainers/base:jammy -f k9s

References