linuxserver/kimai.

6,622 0 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/kimai
Build Time 03 May 2024 10:51:27
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2.16.1 03 May 2024 at 10:51:27

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  kimai:
    image: linuxserver/kimai:2.16.1
    container_name: kimai
    restart: no

CLI

docker create \
  --name=kimai \  --restart no \
  linuxserver/kimai:2.16.1