8000 GitHub - qwazer/docker-myrulib: Dockerized myrulib
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qwazer/docker-myrulib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

docker-myrulib

Simple docker image for myrulib app.

Why?

The myrulib is not supported for modern linux distributions. Provided packages deb and rmp is outdated. Installing from source code via .configure && make fails.

So dockerizing of this app is rescue for modern linux distributions users.

How to use

Install docker on your machine.

Enable access from foreign clients to X

 xhost +

and run with

docker run  --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix \
 -v /home/${USER}/myrulib:/root \ 
   qwazer/docker-myrulib

/home/${USER}/myrulib will be used as home folder for root user inside container.

Currently myrulib execuded by root.

HI DPI support

To adjust resolution for HI DPI screens pass GTK_SCALE parameter

docker run  --rm -e GTK_SCALE=2 -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix \
 -v /home/${USER}/myrulib:/root \ 
   qwazer/docker-myrulib

Limitation

It's quick and dirty image, so myrulib process executed via root user inside container. Track issue #1 for myrulib process user permissions.

About

Dockerized myrulib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0