Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 524 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 524 Bytes

Webdis Docker Container

Webdis HTTP client for Redis - Dockerized

Build Status

See http://webd.is/ for documentation on Webdis.

To build the image

docker build -t robtec/webdis .

To run the image

docker run -d -p 7379:7379 --name webdis robtec/webdis

Test it out!!

curl http://<docker-host>:7379/SET/hello/world
{"SET":[true,"OK"]}

curl http://<docker-host>:7379/GET/hello
{"GET":"world"}