Skip to content

Commit 08c8f19

Browse files
author
Seth Goings
committed
Merge pull request #6 from deis/sgoings-patch-1
Cleanup README and add badges
2 parents b60724f + e4c3c1a commit 08c8f19

1 file changed

Lines changed: 22 additions & 7 deletions

File tree

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
1-
#deis/go-dev
1+
# deis/go-dev
22

3-
docker-go-dev is the source for the `deis/go-dev` Docker image available at [quay.io](https://quay.io).
3+
[![Build Status](https://travis-ci.org/deis/docker-go-dev.svg?branch=master)](https://travis-ci.org/deis/docker-go-dev) [![Docker Repository on Quay](https://quay.io/repository/deis/go-dev/status "Docker Repository on Quay")](https://quay.io/repository/deis/go-dev)
44

5-
Its purpose is to provide 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.
5+
## Summary
6+
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.
67

7-
At present the image just contains:
8+
## Image Contents
9+
10+
* based on the [official go Docker image](https://hub.docker.com/_/golang/)
11+
* [glide](https://github.com/Masterminds/glide): go dependency management
12+
13+
## Usage
14+
15+
The latest Docker image is available via:
16+
17+
* [Quay.io](https://quay.io)
18+
```
19+
docker pull quay.io/deis/go-dev
20+
```
21+
22+
* [Docker Hub](https://hub.docker.com)
23+
```
24+
docker pull deis/go-dev
25+
```
826

9-
* go (from the golang:1.5.1 image)
10-
* glide (for go dependency management)
1127

12-
Although created for use with Deis development, this image may prove generally useful to the Go community.

0 commit comments

Comments
 (0)