Sign inSign up

kcyeu/redis-workbench

By kcyeu

Updated over 10 years ago

Image
1

10K+

kcyeu/redis-workbench repository overview

docker-redis-workbench

![redis](https://i.imgur.com/2o0KogZ.png =520x)

Dockerized Redis Workbench.

Usage

To run the container, (optionally) start redis:

sudo docker run --name redis-server -d redis

, then do the following to start container with linked redis-server:

sudo docker run -d -p 80:80 --name redis-workbench --link redis-server:redis kcyeu/redis-workbench

Tag summary

Content type

Image

Digest

sha256:8f60226ff

Size

155.5 MB

Last updated

over 10 years ago

docker pull kcyeu/redis-workbench