Title logo
linuxserver/habridge.

3,922,515 59 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/habridge
Build Time 02 May 2025 10:43:10
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 02 May 2025 at 10:43:03

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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