Added "Launching the tool with docker"

Daniel Brunner
2018-01-10 17:43:32 +01:00
parent 355d139d68
commit dc10020c08

@@ -0,0 +1,14 @@
This is the most simple way to get this tool up and running. This method downloads the newest image from docker hub.
When launching the first time, a docker container must be setup correctly. To give docker access to the host X11, we forward the X11 sockets.
```
docker run \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--net host \
--name zeiterfassung \
0xfeedc0de64/qtzeiterfassung
```
All further launches can be done with `docker start zeiterfassung`