Skip to content

Commit c723ff6

Browse files
committed
Update docs regarding what docker images that is available to download.
Update usage section and pin the version of the image and how to run it.
1 parent 783ada7 commit c723ff6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,22 @@ This image requires `Docker` above version 1.0
1919

2020

2121

22+
# Available tags
23+
24+
The following tags with pre-built images is available on `docker-hub`. They are based on the tags in this repo.
25+
26+
- Latest (Is the highest tag that currently exists in the redis repo [3.2-rc1 currently])
27+
- 3.2-rc1 (See 3.2.x branch)
28+
- 3.0.6 (Built from master branch)
29+
- 0.2.1 (Based on one of the earlier 3.0.x redis tags. Should no longer be used)
30+
31+
32+
2233
# Usage
2334

2435
If you want to use `docker-compose (fig)` please read next section.
2536

26-
Either download the latest build from docker hub with `docker pull grokzen/redis-cluster`
37+
Either download the latest build from docker hub with `docker pull grokzen/redis-cluster:3.0.6` and run it with `docker run -i -t grokzen/redis-cluster:3.0.6`.
2738

2839
Or to build the image, use either `make build` or `make rebuild`. It will be built to the image name `grokzen/redis-cluster`.
2940

0 commit comments

Comments
 (0)