6
Launching the tool with docker
Daniel Brunner edited this page 2018-11-16 23:52:09 +01:00
This is the most simple way to get this tool up and running. This method downloads the newest image from docker hub. Please be aware that there are known issues with the docker image (Bugs #59, #60, #61)!
Prepare a docker container with zeiterfassung:
docker create \
-e DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--name zeiterfassung \
-v $HOME/.config/db-software:/root/.config/db-software \
0xfeedc0de64/qtzeiterfassung
If this fails because of permission problems to X11, try running xhost +SI:localuser:root
before.
Then launch the tool with docker start zeiterfassung