root@ruo91:~# git clone https://github.com/ruo91/docker-redis /opt/docker-redis
root@ruo91:~# docker build \
--rm -t redis:stable /opt/docker-redis
root@ruo91:~# docker run \
-d --name="redis" -h "redis" -p 6379:6379 redis:stable
Content type
Image
Digest
sha256:ee6514b74…
Size
155.6 MB
Last updated
over 10 years ago
docker pull ruo91/redis