Run enigma2 application via SDL under Xvfb xserver.
4.8K
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.
Content type
Image
Digest
Size
464.8 MB
Last updated
over 4 years ago
docker pull technic93/e2xvfb