y-miyazaki / docker-go

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Dockerfile 80.4%Language:Makefile 15.6%Language:Shell 3.9%