Sign inSign up

mogproject/redis

By mogproject

Updated almost 11 years ago

Image
0

372

mogproject/redis repository overview

How to use
 $ REDIS_HOST=127.0.0.1    # Set the ip address/hostname of your docker host
 $ docker run -d -p 6379:6379 mogproject/redis
Redis
 $ redis-cli -h $REDIS_HOST
 redis> dbsize
 redis> exit
How to build
$ docker build -t mogproject/redis .

Tag summary

Content type

Image

Digest

sha256:83c44557f

Size

104.8 MB

Last updated

almost 11 years ago

docker pull mogproject/redis