This repository contains Dockerfile of redis-trib for Docker's automated build published to the public Docker Hub.
sgrio/redis-trib
provides only one single tagged image:
latest
-
Install Docker.
-
Download automated build from public Docker Hub:
docker pull sgrio/redis-trib
docker run -it --rm sgrio/redis-trib \
create --replicas 1 \
127.0.0.1:7000 127.0.0.1:7001 127.0.0.1:7002 \
127.0.0.1:7003 127.0.0.1:7004 127.0.0.1:7005