You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,22 @@ This image requires `Docker` above version 1.0
19
19
20
20
21
21
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
+
22
33
# Usage
23
34
24
35
If you want to use `docker-compose (fig)` please read next section.
25
36
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`.
27
38
28
39
Or to build the image, use either `make build` or `make rebuild`. It will be built to the image name `grokzen/redis-cluster`.
0 commit comments