About
Kimai is a free open source timetracker. It tracks the time you spend with various pre-set projects and prints out a summary of your activities on demand. The automated docker Kimai time tracker image “linuxconfig/kimai” can be used to instantly deploy the Kimai time tracker on your docker hosts.

Configuration
The Kimai runs on Debian GNU/Linux system featuring Apache web server, MariaDB ( MySQL ), database and PHP5. After creating a docker container based on “linuxconfig/kimai” docker image, a port 80 will be exposed which can be access on the docker host for an immediate Kimai web configuration/installation as well as later access.
Configured MySQL users:passwords:
- root:”empty password”
- admin:”pass”
Configured MySQL databases:
- kimai
Exposed ports:
- 80
Deployment
The below command can be used to download and create a new docker container called kimai
and link your docker host system’s port 80 with container’s exposed port 80.
# docker run -d --name=kimai -p 80:80 linuxconfig/kimai