We provide a set of docker images for the Kimai v2 project.
Run the latest master version of Kimai in production mode using a bundled DB. This is not suitable for production use:
docker run --rm -ti -p 8001:8001 --name kimai kimai/kimai2
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.