All Projects â†’ nitzzzu â†’ rdm-docker

nitzzzu / rdm-docker

Licence: MIT license
📣 🌟 Compile and run the latest version of Redis Desktop Manager on Docker

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to rdm-docker

Anotherredisdesktopmanager
🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive keys.
Stars: ✭ 17,704 (+126357.14%)
Mutual labels:  redis-desktop-manager
racompass
An advanced GUI for Redis. Modern. Efficient. Fast. A faster and robust Redis management tool. For developers that need to manage data with confidence.It supports Redis modules now!
Stars: ✭ 26 (+85.71%)
Mutual labels:  redis-desktop-manager

Redis Desktop Manager on Docker

Docker image for Redis Desktop Manager

Setup

  • Install Docker:
  • (WINDOWS) Install VcXsrv Windows X Server
  • (WINDOWS) Run XLaunch and follow the wizard. Make sure Disable access control is checked.

Build image:

  • Clone repo: git clone https://github.com/nitzzzu/RedisDesktopManager.git
  • Build the docker image: docker build -f Dockerfile.multistage -t rdm .

Run on Windows

  • Get your <ipaddress>: ipconfig
  • Run the container: docker run --rm --network host -d --name rdm -v %cd%\data:/root/.rdm -e DISPLAY=<ipaddress>:0.0 rdm

Run on Linux

xhost +local:docker
docker run --rm --network host -d --name rdm -v $(pwd)/data:/root/.rdm -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY rdm
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].