Skip to content

Golang development container for Visual Studio Code Remote Containers Development

License

Notifications You must be signed in to change notification settings

annidy/godevcontainer

 
 

Repository files navigation

Go Dev Container

Ultimate Go development container for Visual Studio Code

godevcontainer

Alpine Debian

dockeri.co

Last Docker tag Latest size

Last release Last release size GitHub last release date Commits since release

GitHub last commit GitHub commit activity GitHub closed PRs GitHub issues GitHub closed issues

Lines of code Code size GitHub repo size

Visitors count

Build

docker build -f alpine.Dockerfile -t annidy/godevcontainer .

Setup for a project

  1. Setup your configuration files
    • With style 💯

      docker run -v -it "`pwd`:/root" --privileged --name my_repo annidy/godevcontainer
    • Or manually: download this repository and put the .devcontainer directory in your project.

  2. If you have a .vscode/settings.json, eventually move the settings to .devcontainer/devcontainer.json in the "settings" section as .vscode/settings.json take precedence over the settings defined in .devcontainer/devcontainer.json.
  3. Open the command palette in Visual Studio Code (CTRL+SHIFT+P) and select Remote-Containers: Open Folder in Container... and choose your project directory

About

Golang development container for Visual Studio Code Remote Containers Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 94.5%
  • Shell 5.5%