This repository contains Dockerfile of Redis for Docker's trusted build published to the public Docker Registry.
-
Install Docker.
-
Download trusted build from public Docker Registry:
docker pull imanel/redis
docker run -d --name redis -p 6379:6379 imanel/redis
docker run -i --rm -t --entrypoint="bash" --link redis:redis imanel/redis -c 'redis-cli -h $REDIS_PORT_6379_TCP_ADDR'