Skip to content
/ e2xvfb Public
forked from technic/e2xvfb

Run enigma2 application via SDL under Xvfb xserver in docker

License

Notifications You must be signed in to change notification settings

jbleyel/e2xvfb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e2xvfb Docker image fork from https://github.com/technic/e2xvfb

Docker Cloud Build Status Docker Pulls

Run enigma2 application via SDL under Xvfb xserver.

If you want to be able to connect to the image with vnc first start it with

docker run --rm -p 5900:5900 --name enigma2_box jbleyel/e2xvfbatv x11vnc -forever

Then to start enigma2 in the container use

docker exec -e ENIGMA_DEBUG_LVL=5 enigma2_box enigma2

Finally, to stop and remove the container use

docker stop enigma2_box

We also support RESOLUTION environment variable for Xvfb.

To allow ftp you need to add:

-p 21:21 -p 20:20 -p 21100-21110:21100-21110 

to docker run command.

To allow ssh you need to add:

-p 22:22

to docker run command.

Environment

  • Ubuntu 24.04
  • openATV enigma2 branch master
  • Python 3.12
  • default and MetrixHD skin
  • several enigma2-plugins and oe-aliance-plugins

About

Run enigma2 application via SDL under Xvfb xserver in docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • M4 77.8%
  • Dockerfile 13.4%
  • Python 6.7%
  • Shell 2.1%