Skip to content

saturnism/go-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go IDE in a Container

This is an example container that packages zsh, tmux, tmuxinator, vim, and Go-related plugins in a single container. This example assumes you know how to run Docker.

This is not an official Google product.

Running the Container

To run this container:

$ docker run -ti saturnism/go-ide 

Mount a volume so you don't lose your work:

$ docker run -v /some/path:/go/src -ti saturnism/go-ide

Or, mount a volume from a named container.

Building the Container

Nothing special if you already have Docker installed:

$ git clone https://github.com/saturnism/go-ide
$ cd go-ide
$ docker build -t go-ide .

About

Example IDE in a Container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published