Title logo
linuxserver/htpcmanager.

An HTPCManager container, brought to you by LinuxServer.io.

21,004,867 88 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/htpcmanager
Build Time 17 Apr 2024 00:03:40
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-1614d863 17 Apr 2024 at 00:03:39

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  htpcmanager:
    image: linuxserver/htpcmanager:version-1614d863
    container_name: htpcmanager
    restart: no

CLI

docker create \
  --name=htpcmanager \  --restart no \
  linuxserver/htpcmanager:version-1614d863