Go development environment based on https://github.com/mbrt/go-docker-dev
174
This Docker image adds Go tools and the following vim plugins to the official Go image:
Run this image from within your go workspace. You can than edit your project using vim, and usual go commands: go build, go run, etc.
cd your/go/workspace
docker run --rm -tiv `pwd`:/go mbrt/golang-vim-dev
This image lacks gdb support. If anyone has managed to get it working on this image, please let me know (breakpoints are not working for me).
Content type
Image
Digest
Size
298.3 MB
Last updated
over 8 years ago
docker pull yamaszone/go-ide