redis3 rc1 beta build from source as docker container
358
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.
git clone https://github.com/rednut/docker-redis3-rc.gitcd docker-redis3-rcdocker build -t="rednut/redis3" .or to pull/fetch a pre-built image:
docker pull rednut/docker-redis3-rc:latestdocker run -i -t --rm rednut/docker-redis3-rc:latest
the usual redis port 6379 has been "exposed" to allow linking containers
docker run -i -t --rm rednut/docker-redis3-rc:latest bash
then run various redis commands
Content type
Image
Digest
sha256:9abe42941…
Size
200.2 MB
Last updated
almost 11 years ago
docker pull rednut/docker-redis3-rc