/docker-redis-trib

A really tiny size image with redis-trib inside

Tiny size redis-trib on top of alpine

This repository contains Dockerfile of redis-trib for Docker's automated build published to the public Docker Hub.

Docker Tags

sgrio/redis-trib provides only one single tagged image:

  • latest

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub: docker pull sgrio/redis-trib

Usage

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