#Generates the container mv Dockerfile.txt Dockerfile docker build -t doccreator . #Run the docker image on Ubuntu xhost +local:docker sudo docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix doccreator /bin/bash #or sudo docker run -ti --rm -e "DISPLAY=unix:0.0" -v="/tmp/.X11-unix:/tmp/.X11-unix:rw" --privileged doccreator /bin/bash #from docker bash you can run the software with: DocCreator-master/build/software/DocCreator/DocCreator