Skip to content
/ e2xvfb Public

Run enigma2 application via SDL under Xvfb xserver in docker

License

Notifications You must be signed in to change notification settings

technic/e2xvfb

Repository files navigation

e2xvfb Docker image

Docker 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 technic93/e2xvfb 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.

About

Run enigma2 application via SDL under Xvfb xserver in docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published