HS2015 Prog1 Praktikum
I updated pom dependencies and added a Dockerfile to get it up running again. It needs a X11 Socket forwarded to the docker container.
- Build the container image:
docker build -t it-mania:latest .
- Run the container:
docker run -it --env="DISPLAY=host.docker.internal:0" -v /tmp/.X11-unix:/tmp/.X11-unix:rw it-mania:latest