Skip to content
forked from tobybatch/kimai2

Docker containers for the kimai2 web application

License

Notifications You must be signed in to change notification settings

der-domi/kimai2

 
 

Repository files navigation

Kimai Dockers

We provide a set of docker images for the Kimai v2 project.

Quick start

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.

Documentation

About

Docker containers for the kimai2 web application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 46.6%
  • Shell 46.4%
  • Python 7.0%