Skip to content

Docker file to create a development docker image with Go development tools

License

Notifications You must be signed in to change notification settings

ashw7n/go-docker-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-vim Docker image

This Docker image adds Go tools and the following vim plugins to the official Go image:

Usage

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

Limitations

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).

About

Docker file to create a development docker image with Go development tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 98.2%
  • Shell 1.8%