Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DotMH Dev Container - Go

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

Static Badge Static Badge Go

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