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 dockerfile/redis
(alternatively, you can build an image from Dockerfile:
docker build -t="dockerfile/redis" .
)
docker run dockerfile/redis