Skip to content

fancyremarker/docker-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aptible/redis

Docker Repository on Quay.io

Redis on Docker

Installation and Usage

docker pull quay.io/aptible/redis
docker run quay.io/aptible/redis

Specifying a password at runtime

docker run -P quay.io/aptible/redis sh -c "echo requirepass password >> /etc/redis.conf && /usr/local/bin/redis-server /etc/redis.conf"

Available Tags

  • latest: Currently Redis 2.8.17

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

bats test

Deployment

To push the Docker image to Quay, run the following command:

make release

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2014 Aptible and contributors.

@fancyremarker

About

Redis on Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors