Skip to content

Commit

Permalink
Added link to container on docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Sep 4, 2016
1 parent fb5da32 commit c27164b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub release](https://img.shields.io/github/release/docwhat/docker-gc.svg)](https://github.com/docwhat/docker-gc/releases) [![Build Status](https://travis-ci.org/docwhat/docker-gc.svg?branch=master)](https://travis-ci.org/docwhat/docker-gc) [![Code Coverage](https://codecov.io/gh/docwhat/docker-gc/branch/master/graph/badge.svg)](https://codecov.io/gh/docwhat/docker-gc) [![GitHub issues](https://img.shields.io/github/issues/docwhat/docker-gc.svg)](https://github.com/docwhat/docker-gc/issues) [![Go Report Card](https://goreportcard.com/badge/github.com/docwhat/docker-gc)](https://goreportcard.com/report/github.com/docwhat/docker-gc) [![GoDoc](https://godoc.org/github.com/docwhat/docker-gc?status.svg)](https://godoc.org/github.com/docwhat/docker-gc)
[![GitHub release](https://img.shields.io/github/release/docwhat/docker-gc.svg)](https://github.com/docwhat/docker-gc/releases) [![Build Status](https://travis-ci.org/docwhat/docker-gc.svg?branch=master)](https://travis-ci.org/docwhat/docker-gc) [![Code Coverage](https://codecov.io/gh/docwhat/docker-gc/branch/master/graph/badge.svg)](https://codecov.io/gh/docwhat/docker-gc) [![GitHub issues](https://img.shields.io/github/issues/docwhat/docker-gc.svg)](https://github.com/docwhat/docker-gc/issues) [![Go Report Card](https://goreportcard.com/badge/github.com/docwhat/docker-gc)](https://goreportcard.com/report/github.com/docwhat/docker-gc) [![GoDoc](https://godoc.org/github.com/docwhat/docker-gc?status.svg)](https://godoc.org/github.com/docwhat/docker-gc) [![](http://badge-imagelayers.iron.io/docwhat/docker-gc:latest.svg)](http://imagelayers.iron.io/?images=docwhat/webtest:latest "Get your own badge on imagelayers.iron.io")

Docker GC
=========
Expand All @@ -12,6 +12,16 @@ Installation

I have pre-built binaries for several platform already. They are available on the [releases page](https://github.com/docwhat/docker-gc/releases).

### Container

I also have pre-built containers available on [Docker Hub](https://hub.docker.com/r/docwhat/docker-gc/).

You can use this via `docker run`:

``` .sh
$ docker run -d -v /var/run/docker:/var/run/docker --name=gc docwhat/docker-gc:latest
```

### Source

If you have go installed, then you can get the binary `docker-gc` with the following command:
Expand Down

0 comments on commit c27164b

Please sign in to comment.