Title logo
linuxserver/tvheadend.

A tvheadend container, brought to you by LinuxServer.io.

83,986,666 304 unknown arm64 amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/tvheadend
Build Time 29 Mar 2025 15:52:38
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 29 Mar 2025 at 15:52:33

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  tvheadend:
    image: linuxserver/tvheadend:latest
    container_name: tvheadend
    restart: no

CLI

docker create \
  --name=tvheadend \  --restart no \
  linuxserver/tvheadend:latest