https://github.com/io-sgr/docker-redis-trib
A really tiny size image with redis-trib inside
https://github.com/io-sgr/docker-redis-trib
alpine docker docker-image redis redis-trib ruby
Last synced: 9 months ago
JSON representation
A really tiny size image with redis-trib inside
- Host: GitHub
- URL: https://github.com/io-sgr/docker-redis-trib
- Owner: io-sgr
- Created: 2017-06-26T12:51:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T13:16:11.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T01:11:30.234Z (about 1 year ago)
- Topics: alpine, docker, docker-image, redis, redis-trib, ruby
- Size: 0 Bytes
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tiny size redis-trib on top of alpine
This repository contains **Dockerfile** of [redis-trib](http://download.redis.io/redis-stable/src/redis-trib.rb) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/redis-trib/) published to the public [Docker Hub](https://hub.docker.com/).
### Docker Tags
`sgrio/redis-trib` provides only one single tagged image:
* `latest`
### Installation
1. Install [Docker](https://www.docker.com/).
2. Download [automated build](https://hub.docker.com/r/sgrio/redis-trib/) from public [Docker Hub](https://hub.docker.com/): `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