Skip to content

Repo that contains files used to generate image for working in go

License

Notifications You must be signed in to change notification settings

mikekwright/docker-go-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Development Environment

This is a docker container that I use as my go development environment. This allows me to have a system fully catered towards go development (including vim as the ide).

Usage

By default running this container starts in tmux allowing you to create multiple tabs if needed.
You can test that go is working you can run the below command to see the output

docker run -it mikewright/go-dev go

If you are using this as your development environment just attach the volume with your source code to the container and you can start coding. This volume can be mapped anywhere, but the image is specifically setup to have the volume mounted at /src, including the GOPATH.

docker run -it -v $PWD:/src mikewright/go-dev

Pieces

Pulls down the version of go defined by the dockerfile, and installs the vim-go plugin (using spf13 as the vim setup)

About

Repo that contains files used to generate image for working in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages