Based on golang latest image with the additions of tools like: golint, gocov, vim, pathogen, vim-go
1.2K
Based on golang latest image.
Additions:
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
Content type
Image
Digest
Size
682.5 MB
Last updated
over 8 years ago
docker pull aerostitch/golang