Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 907 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 907 Bytes

Base GDEC image

Docker Image: jcscottiii/base-gdec Docker Hub Badge

Table of Contents

Image Description

This image is the basis of the image to do barebone Go development. It does not setup any editors for Go.

Image Contents

It includes:

  • A non-root user named gopher
  • Go 1.5.2
  • Go Tools:
    • Gocode
    • Godef
    • Golint
    • Go Find References
    • Go Returns
    • GoRename
    • Delve

Running

This image is not intended to be run alone. Instead, use one of the containers with an editor already configured. But if you want to run it, use the follow command:

  • docker run -t -i jcscottiii/base-gdec /bin/bash
    • Type gopher at the prompt