While EllieHub is not intended to be run through Docker, it's possible to do so and even debug it through Docker. The following steps describe how to execute EllieHub on Docker, assuming a Linux host that runs an X11 server for graphical rendering.
Allow Docker to access the X server on your host
xhost +local:docker
Build the image
If you want to execute EllieHub in Debug mode, navigate to the directory with the Dockerfile file and run:
docker build -t elliehub ./
Otherwise, if you want to execute it in Release mode, run: