Sign inSign up

rednut/docker-redis3-rc

By rednut

Updated almost 11 years ago

redis3 rc1 beta build from source as docker container

Image
1

358

rednut/docker-redis3-rc repository overview

docker-redis3-rc

Dockefile to build (from source) latest release candidate of redis version three.

Build from source redis3 v3 release candidate dockerfile.

Includes redis-trib.rb plus required ruby gems - allows you to play with new redis clustering functionality in a docker containers.

Plays nice with fig.

Build / Pull Image Instructions

  • git clone https://github.com/rednut/docker-redis3-rc.git
  • cd docker-redis3-rc
  • docker build -t="rednut/redis3" .

or to pull/fetch a pre-built image:

  • docker pull rednut/docker-redis3-rc:latest

running the redis3 container

docker run -i -t --rm rednut/docker-redis3-rc:latest

the usual redis port 6379 has been "exposed" to allow linking containers

get a shell

docker run -i -t --rm rednut/docker-redis3-rc:latest bash

then run various redis commands

Tag summary

Content type

Image

Digest

sha256:9abe42941

Size

200.2 MB

Last updated

almost 11 years ago

docker pull rednut/docker-redis3-rc