From c66dfbc6536c4f8cf95f3313326453bb24af0823 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 6 Nov 2018 22:30:44 +0100 Subject: [PATCH] added links to further docker images by the community (#394) --- var/docs/docker.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/var/docs/docker.md b/var/docs/docker.md index 1c673615..1ffce20f 100644 --- a/var/docs/docker.md +++ b/var/docs/docker.md @@ -51,3 +51,12 @@ It is possible to mount your source tree and sqlite DB into the container at run Now edits in the local file tree will be served by the container and database changes will persist. See [The official docker documentation](https://docs.docker.com/) for more options on running the container. + +## Further docker solutions + +As there are several approaches to docker images, you have multiple docker images to choose from. +They were built by the community, we do not support them - for question please ask in their repositories: + +- [dysonspherelab](https://hub.docker.com/r/dysonsphere/kimai2/) (for more infos [read this issue](https://github.com/kevinpapst/kimai2/issues/284)) +- [felixhummel](https://github.com/felixhummel/kimai-in-docker/tree/kimai2) +- [Haidy777](https://github.com/Haidy777/kimai2/blob/docker/Dockerfile)