@@ -10,29 +10,30 @@ creating [issues][] and submitting [pull requests][].
1010
1111## Image Contents
1212
13- * based on the [ official go Docker image] [ ]
14- * [ dep] [ ] : go dependency management tool
15- * [ gb] [ ] : project-based build tool for go
16- * [ ginkgo] [ ] : BDD testing framework for go
17- * [ glide] [ ] : go dependency management tool
18- * [ golint] [ ] : go source code linter
19- * [ gox] [ ] : simple go cross-compiling tool
13+ * based on the [ official Go Docker image] [ ]
14+ * [ az] [ ] : Azure cloud command-line tool
15+ * [ dep] [ ] : Go dependency management tool
16+ * [ Docker] [ ] : Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
17+ * [ gb] [ ] : project-based build tool for Go
18+ * [ ginkgo] [ ] : BDD testing framework for Go
19+ * [ glide] [ ] : Go dependency management tool
20+ * [ golint] [ ] : Go source code linter
21+ * [ gometalinter] [ ] : run Go lint tools concurrently
22+ * [ gox] [ ] : simple Go cross-compiling tool
2023* [ helm] [ ] : Kubernetes package manager
2124* [ jq] [ ] : command-line JSON processor
2225* [ jwt] [ ] : tool for creating and parsing JSON Web Tokens
2326* [ kubectl] [ ] : Kubernetes command-line client
27+ * [ ruby] [ ] : ruby scripting language
2428* [ shellcheck] [ ] : static analysis for shell scripts
2529* [ shyaml] [ ] : YAML access from the command line
26- * [ test-cover.sh] [ ] : test coverage for multiple go packages
30+ * [ test-cover.sh] [ ] : test coverage for multiple Go packages
2731* [ upx] [ ] : executable packer
28- * [ az] [ ] : Azure cloud command-line tool
29- * [ Docker] [ ] : Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
3032* [ vim] [ ] : text editor
31- * [ ruby] [ ] : ruby scripting language
3233
3334## Usage
3435
35- Mount your local go code into a container's ` $GOPATH ` to run any ` go ` command or one of the
36+ Mount your local Go code into a container's ` $GOPATH ` to run any ` go ` command or one of the
3637included tools or scripts. Here's an example of running ` glide up ` for deis/builder:
3738
3839``` console
@@ -59,25 +60,26 @@ The latest deis/go-dev Docker image is available at:
5960[ Deis Workflow ] : https://deis.com/
6061[ dep ] : https://github.com/golang/dep
6162[ Docker Hub ] : https://hub.docker.com
63+ [ Docker ] : http://www.docker.com
6264[ gb ] : https://github.com/constabulary/gb/
6365[ gen-changelog.sh ] : https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/gen-changelog.sh
6466[ ginkgo ] : https://github.com/onsi/ginkgo
6567[ glide ] : https://github.com/Masterminds/glide
6668[ Go ] : https://golang.org/
6769[ golint ] : https://github.com/golang/lint
70+ [ gometalinter ] : https://github.com/alecthomas/gometalinter
6871[ gox ] : https://github.com/mitchellh/gox
6972[ helm ] : https://github.com/kubernetes/helm
7073[ issues ] : https://github.com/deis/docker-go-dev/issues
7174[ jq ] : https://stedolan.github.io/jq/
7275[ jwt ] : https://github.com/dgrijalva/jwt-go
7376[ kubectl ] : https://kubernetes.io/docs/user-guide/kubectl-overview/
74- [ official go Docker image ] : https://hub.docker.com/_/golang/
77+ [ official Go Docker image ] : https://hub.docker.com/_/golang/
7578[ pull requests ] : https://github.com/deis/docker-go-dev/pulls
7679[ Quay.io ] : https://quay.io
80+ [ ruby ] : https://www.ruby-lang.org/
7781[ shellcheck ] : https://github.com/koalaman/shellcheck
7882[ shyaml ] : https://github.com/0k/shyaml
7983[ test-cover.sh ] : https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/test-cover.sh
8084[ upx ] : http://upx.sourceforge.net/
81- [ Docker ] : http://www.docker.com
8285[ vim ] : http://www.vim.org/
83- [ ruby ] : https://www.ruby-lang.org/
0 commit comments