GolfenGuo / docker-redis

Deprecated - please use offical redis image instead

Home Page:https://registry.hub.docker.com/_/redis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-redis

Note: This image is deprecated. Please use the official redis image instead.

Redis on Docker.

$ docker run -d -p 6379:6379 orchardup/redis
$ nc localhost 6379
incr foo
:1

About

Deprecated - please use offical redis image instead

https://registry.hub.docker.com/_/redis/

License:Apache License 2.0


Languages

Language:Shell 100.0%