Title logo
linuxserver/nzbhydra2.

165,482,060 104 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/nzbhydra2
Build Time 17 Jul 2024 22:22:55
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
dev 7.3.0-dev 17 Jul 2024 at 22:10:48
latest 7.3.0 17 Jul 2024 at 22:22:54

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  nzbhydra2:
    image: linuxserver/nzbhydra2:7.3.0
    container_name: nzbhydra2
    restart: no

CLI

docker create \
  --name=nzbhydra2 \  --restart no \
  linuxserver/nzbhydra2:7.3.0