Igor Diakonov 983b75b576 Fixed DB recreation 6 years ago
..
Dockerfile Run install.sh without chmod +x 7 years ago
README.md typo 10 years ago
install.sh redis commander 10 years ago

README.md

redis-commander

Redis management tool

Usage

$ docker run -d --link redis:redis -p 8081:8081 schickling/redis-commander

redis-commander automatically works when the Redis docker container is linked as redis since it uses the $REDIS_PORT_6379_TCP_ADDR environment variable.