Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 791 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 791 Bytes

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.