Overview

Full name
docker.io/v1st233/iptv
Registry
docker.io
Namespace
v1st233
Repository
iptv
Cached tags
8
Last synced
07/05/2026, 10:32 PM

Introduction

IPTV 直播源聚合 Web 镜像,M3U 播放列表管理与 EPG 电子节目单,自托管电视直播门户。

Details

v1st233/iptv 运行 IPTV 直播源聚合 Web 服务,管理 M3U 播放列表、EPG 电子节目单与多路直播流转发。定位为 IPTV Web 流媒体服务,需 config volume 持久化频道配置;K8s Deployment 内网直播门户。

快速启动

docker run -d --name iptv \
  -p 8080:8080 \
  -v /data/iptv:/config \
  docker.io/v1st233/iptv:latest

推荐实践

docker run -d --name iptv \
  --restart unless-stopped \
  -p 8080:8080 \
  -v /data/iptv:/config \
  docker.io/v1st233/iptv:1.0.0

核心参数说明

  • -p 8080:8080 — IPTV Web UI
  • -v .../config:... — M3U/EPG 配置
  • 输出 — M3U 播放列表 URL
  • 客户端 — VLC/PotPlayer 等

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: iptv
spec:
  replicas: 1
  selector:
    matchLabels:
      app: iptv
  template:
    metadata:
      labels:
        app: iptv
    spec:
      containers:
        - name: iptv
          image: docker.io/v1st233/iptv:1.0.0
          ports:
            - containerPort: 8080
          volumeMounts:
            - name: config
              mountPath: /config
      volumes:
        - name: config
          persistentVolumeClaim:
            claimName: iptv-config
---
apiVersion: v1
kind: Service
metadata:
  name: iptv
spec:
  selector:
    app: iptv
  ports:
    - port: 8080
      targetPort: 8080

Ingress 暴露 M3U 订阅 URL;注意直播源合规性。

Latest tags (20)

View all 8 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/v1st233/iptv
:v3.0.2.9
linux/amd64linux/arm64
2025/12/31 15:36369.9 MBsha256:7cc7c7ceb544
docker.io/v1st233/iptv
:latest
linux/amd64linux/arm64
2025/12/31 15:36369.9 MBsha256:7cc7c7ceb544
docker.io/v1st233/iptv
:v3.0.2.0
linux/amd64linux/arm64
2025/12/24 09:28369.8 MBsha256:f6330591e19b
docker.io/v1st233/iptv
:v3.0.1.9
linux/amd64linux/arm64
2025/12/23 11:18369.8 MBsha256:70d4d1f15657
docker.io/v1st233/iptv
:v2.14.2.8
linux/amd64linux/arm64linux/arm/v7
2025/12/15 10:54236.9 MBsha256:a8a92ef395be
docker.io/v1st233/iptv
:20250905
linux/amd64linux/arm64linux/arm/v7linux/386
2025/09/05 18:32195.5 MBsha256:b508f48cd277
docker.io/v1st233/iptv
:mini
linux/amd64linux/arm64linux/arm/v7linux/386
2025/08/31 21:43109.4 MBsha256:da90120afb4f
docker.io/v1st233/iptv
:0.9
linux/amd64
2025/08/28 10:37197.3 MBsha256:cd2cd63a2f60