Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 3 KB

File metadata and controls

68 lines (48 loc) · 3 KB

DotMH Dev Container - Kotlin

Warning

Deprecated

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-kotlin"}`

Options

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