Title logo
linuxserver/habridge.

3,918,726 54 unknown unknown arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/habridge
Build Time 28 Feb 2025 22:28:51
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 28 Feb 2025 at 22:28:44

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