Skip to content

Build a Go development environment in Docker container

License

Notifications You must be signed in to change notification settings

yanhao-pro/docker-golang-dev

 
 

Repository files navigation

docker-golang-dev

Build a Go development environment in Docker container.

Following tools are preinstalled:

  • zsh: the shell
  • vim: default editor
  • silversearcher-ag: faster grep
  • curl: to download or test APIs
  • nginx: reverse proxy for apps built in the container
  • locales: setup UTF-8
  • sudo: enable /etc/sudoers

Usage

docker exec -it yanhao/docker-golang-dev zsh

About

Build a Go development environment in Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 92.4%
  • Shell 4.4%
  • Dockerfile 2.9%
  • Ruby 0.3%