Sign inSign up

thanachaidc/redis-ui

By thanachaidc

Updated almost 4 years ago

RedisInsight UI

Image
0

915

thanachaidc/redis-ui repository overview

RedisInsight GUI

RedisInsight - Developer GUI for Redis, by Redis.

Quick reference

  • RedisInsight github
  • How to build

Run with Docker

docker run -d --name redisInsight --restart always -p 5000:5000 thanachaidc/redis-ui

Run with Docker-Compose

version: '3.7'
services:
  redisinsight:
    container_name: redisinsight
    image: thanachaidc/redis-ui
    restart: always
    privileged: true
    cap_add:
      - IPC_LOCK
    ports:
      - 5000:5000

  redis:
    container_name: redis
    image: redis:latest
    restart: always
    ports:
      - 6379:6379    

Tag summary

Content type

Image

Digest

sha256:4f4b66c7e

Size

298.7 MB

Last updated

almost 4 years ago

docker pull thanachaidc/redis-ui