We provide a set of docker images for the Kimai v2 project.
Run the latest build against tbe master branch of the Kimai repo using a bundled DB. This is not suitable for production use:
docker run --rm -ti -p 8001:8001 --name kimai kimai/kimai2:latest-dev
Create an admin user in the new running docker:
docker exec kimai /opt/kimai/bin/console kimai:create-user admin [email protected] ROLE_SUPER_ADMIN
This docker transient and will disappear when you stop the container.
https://tobybatch.github.io/kimai2/
There is also a Helm chart for easy deployment of Kimai on Kubernetes. See the README for more information.