Skip to content

nitzzzu/rdm-docker

Repository files navigation

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

About

📣 🌟 Compile and run the latest version of Redis Desktop Manager on Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published