The go-dev docker container provides a lightweight Go development environment for use by Deis contributors. Many Deis component builds delegate to containers based on this image, thereby eliminating the need for contributors to install and manage any specific set of development tools and version thereof. Although created for use with Deis development, this image may prove generally useful to the Go community.
- based on the official go Docker image
- glide: go dependency management
The latest Docker image is available via:
-
docker pull quay.io/deis/go-dev -
docker pull deis/go-dev