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 d3ba498 commit bd96faa
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
## 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
This repository contains **Dockerfile** of [Redis](http://redis.io/) for [Docker](https://www.docker.io/)'s [trusted build](https://index.docker.io/u/dockerfile/redis/) published to the public [Docker Registry](https://index.docker.io/).


### Dependencies

* [dockerfile/ubuntu](https://github.com/dockerfile/ubuntu)


### Installation

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`

2. Download [trusted build](https://index.docker.io/u/dockerfile/redis/) from public [Docker Registry](https://index.docker.io/): `docker pull dockerfile/redis`

(alternatively, you can build an image from Dockerfile: `docker build -t="dockerfile/redis" .`)


### Usage

docker run dockerfile/redis

0 comments on commit bd96faa

Please sign in to comment.