Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.93 KB

File metadata and controls

67 lines (47 loc) · 2.93 KB

DotMH Dev Container - Go

Warning

Deprecated

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

Static Badge Static Badge Go

Tools

  • ZSH (Set as default Shell)
  • OhMyZSH
  • BAT - A better Cat command
  • EZA - A better ls command
  • Just - An awesome task runner
  • Go - The GO tool chain

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-go DEFAULT - the ubuntu base container
    • devcontainer-rocky-go - the rocky linux base container
    • devcontainer-cloud-go- the ubuntu base container with cloud tools
    • devcontainer-rocky-cloud-go - the rocky linux base container with cloud tools