Skip to content

Docker is used as the environment for running Go. We manage the Dockerfile for this and upload it to the Github Container Registry. Docker images in the Github Container Registry can be used as build and development environments.

Notifications You must be signed in to change notification settings

y-miyazaki/docker-go

Repository files navigation

Docker for Go

Overview

Docker is used as the environment for running Go. We manage the Dockerfile for this and upload it to the Github Container Registry. Docker images in the Github Container Registry can be used as build and development environments.

Description for Docker Image

About go version management

On the Docker image, you can install and use Go by specifying the version with the gvm command already installed.

$ gvm install "gox.x.x" -B
$ gvm use "gox.x.x" --default
$ go version

List of tools

The following is a list of tools in the Docker Image to be used for local development.

Tool

About

Docker is used as the environment for running Go. We manage the Dockerfile for this and upload it to the Github Container Registry. Docker images in the Github Container Registry can be used as build and development environments.

Resources

Stars

Watchers

Forks

Packages