Title logo
linuxserver/tvheadend.

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

83,711,070 292 unknown amd64 unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/tvheadend
Build Time 11 Jan 2025 15:57:56
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 11 Jan 2025 at 15:57:50

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