Title logo
linuxserver/kodi-headless.

A Kodi Headless container, brought to you by LinuxServer.io.

19,482,878 179 amd64 Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/kodi-headless
Build Time 09 Jan 2020 18:28:45
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 190 09 Jan 2020 at 18:28:43

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  kodi-headless:
    image: linuxserver/kodi-headless:190
    container_name: kodi-headless
    restart: no

CLI

docker create \
  --name=kodi-headless \  --restart no \
  linuxserver/kodi-headless:190