/e2xvfb

Run enigma2 application via SDL under Xvfb xserver in docker

Primary LanguageDockerfileMIT LicenseMIT

e2xvfb Docker image

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 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.