Sign inSign up

technic93/e2xvfb

By technic93

Updated over 2 years ago

Run enigma2 application via SDL under Xvfb xserver.

Image
0

4.8K

technic93/e2xvfb repository overview

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.

Tag summary

Content type

Image

Digest

Size

464.8 MB

Last updated

over 4 years ago

docker pull technic93/e2xvfb