From 41153529524fc2d8c31e50172773ddd868b212de Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Mon, 26 Mar 2018 09:22:03 +0200 Subject: [PATCH] Added notice of known bugs --- Launching-the-tool-with-docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Launching-the-tool-with-docker.md b/Launching-the-tool-with-docker.md index fa78d6f..66a24d1 100644 --- a/Launching-the-tool-with-docker.md +++ b/Launching-the-tool-with-docker.md @@ -1,10 +1,10 @@ -This is the most simple way to get this tool up and running. This method downloads the newest image from docker hub. +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](https://github.com/0xFEEDC0DE64/QtZeiterfassung/issues/59), [#60](https://github.com/0xFEEDC0DE64/QtZeiterfassung/issues/60), [#61](https://github.com/0xFEEDC0DE64/QtZeiterfassung/issues/61))! 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 \ + -e DISPLAY \ -v /tmp/.X11-unix:/tmp/.X11-unix \ --net host \ --name zeiterfassung \