Sign inSign up

aerostitch/golang

By aerostitch

•Updated over 8 years ago

Based on golang latest image with the additions of tools like: golint, gocov, vim, pathogen, vim-go

Image
0

1.2K

aerostitch/golang repository overview

⁠Content

Based on golang latest⁠ image.

Additions:

  • vim
  • vim-gocomplete
  • golint
  • gocov

⁠Usage

An example on how I usually run it.

export GITHUB_USER=aerostitch
docker run -v ${PWD}:/go/src/github.com/${GITHUB_USER}/$(basename ${PWD}) \
  -v ${HOME}/.bashrc:/root/.bashrc \
  -it aerostitch/golang bash

Tag summary

Content type

Image

Digest

Size

682.5 MB

Last updated

over 8 years ago

docker pull aerostitch/golang