From d72596f0001386a56b0a0df19be85e0528eb0cbb Mon Sep 17 00:00:00 2001 From: Toby Batch Date: Thu, 8 Nov 2018 22:07:33 +0000 Subject: [PATCH] added links to docker hub and production docker repo (#396) --- var/docs/docker.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/var/docs/docker.md b/var/docs/docker.md index 99491f83..17599516 100644 --- a/var/docs/docker.md +++ b/var/docs/docker.md @@ -1,11 +1,20 @@ # Docker -We bundle a simple docker that can be used for test purposes. Either pull it from docker hub or build it. +The Dockerfile supplied with this application is development or demonstration docker. It runs a self contained version of kimai2 against a sqlite database in the docker container. + +There is an official docker repo for the kimai app that includes the Docker file from this repo and a docker file suitable for running in a production environment. + + * The docker repo: [https://github.com/tobybatch/kimai2](https://github.com/tobybatch/kimai2) + * That repo on dockerhub auto-building the prod and dev conatiners: [https://hub.docker.com/r/kimai/kimai2](https://hub.docker.com/r/kimai/kimai2). + +Any issues with the container rather than the application itself should be raised [here](https://github.com/tobybatch/kimai2/issues). ## Build the docker docker build -t kimai/kimai2:dev . + + ## Run the docker docker run -ti -p 8001:8001 --name kimai2 --rm kimai/kimai2:dev