Redis on Docker
docker pull quay.io/aptible/redis
docker run quay.io/aptible/redis
docker run -P quay.io/aptible/redis sh -c "echo requirepass password >> /etc/redis.conf && /usr/local/bin/redis-server /etc/redis.conf"
latest: Currently Redis 2.8.17
Tests are run as part of the Dockerfile build. To execute them separately within a container, run:
bats test
To push the Docker image to Quay, run the following command:
make release
MIT License, see LICENSE for details.
Copyright (c) 2014 Aptible and contributors.