Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 4.1 KB

README.md

File metadata and controls

76 lines (57 loc) · 4.1 KB

DotMH Dev Container - Node

A Devcontainer for use with NodeJS development, optionally with tools for working with AWS

Static Badge Static Badge NodeJS PNPM NVM

Tools

When Using Cloud containers as the base

AWS Terraform DigitalOcean

Visual Studio Extentions

Visual Studio Code

When using this devcontainer under Visual Studio Code (vscode) with the Devcontainer Extention, vscode will automatically install the following extentions

Usage

Requirements

Example

devcontainer templates apply -w . -t ghcr.io/dotmh/devcontainer/node -a '{"baseContainer":"devcontainer"}`

Options

  • baseContainer :
    • devcontainer DEFAULT - the ubuntu base container
    • devcontainer-rocky - the rocky linux base container
    • devcontainer-cloud- the ubuntu base container with cloud tools
    • devcontainer-rocky-cloud - the rocky linux base container with cloud tools