Skip to content

Commit

Permalink
Improved README.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilwon committed Jan 11, 2014
1 parent b43be41 commit d3ba498
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
## Redis Dockerfile for Trusted Builds
## Redis Dockerfile

This repository contains Dockerfile of [Redis](http://redis.io/) for the [Trusted Redis Build](https://index.docker.io/u/dockerfile/redis/) published to the [Docker Registry](https://index.docker.io/).

### How To Use

1. Install [Docker](https://www.docker.io/).
2. Pull trusted build from the public Docker registry: `docker pull dockerfile/redis`
3. Run downloaded image: `docker run dockerfile/redis`

0 comments on commit d3ba498

Please sign in to comment.