Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
65 lines (46 loc) · 2.94 KB

README.md

File metadata and controls

65 lines (46 loc) · 2.94 KB

DotMH Dev Container - Kotlin

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

Static Badge Static Badge Kotlin

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/kotlin -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