Skip to content

Commit

Permalink
Split setup/usage into 2 sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Apr 9, 2015
1 parent afcce0f commit 4ab841d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ The cluster is 6 redis instances running with 3 master & 3 slaves, one slave for

It also contains 2 standalone instances that is not part of the cluster. They are running on port 7006 & 7007

It will allways build the latest commit in the 3.0 branch `https://github.com/antirez/redis`
It will allways build the latest commit in the 3.0 branch `https://github.com/antirez/redis/tree/3.0`



## Setup / Usage
# Setup Docker

How to setup docker and start the cluster image.

Install `docker` on your system. 1.0 or higher is recommended. Instructions can be found at http://docs.docker.com/en/latest/installation/. It is also reccomended to add the current user to `docker` system group to remove the need to add sudo to each docker call.



# Usage

Download the latest build from docker hub with `docker pull grokzen/redis-cluster`

To build the image run either `make dbuild` or `make drebuild`. It will be built to the image name `grokzen/redis-cluster`.
Expand Down

0 comments on commit 4ab841d

Please sign in to comment.