Docker image for Redis Desktop Manager
- Install Docker:
- (WINDOWS) Install VcXsrv Windows X Server
- (WINDOWS) Run
XLaunch
and follow the wizard. Make sureDisable access control
is checked.
- Clone repo:
git clone https://github.com/nitzzzu/RedisDesktopManager.git
- Build the docker image:
docker build -f Dockerfile.multistage -t rdm .
- 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
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