Skip to content

robtec/docker-webdis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}

About

Webdis HTTP client for Redis - Dockerized

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages