Title logo
linuxserver/nzbhydra2.

163,715,009 98 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/nzbhydra2
Build Time 29 Nov 2023 22:11:20
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
dev 5.3.5-dev 29 Nov 2023 at 22:11:20
latest 5.3.5 29 Nov 2023 at 22:10:24

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:5.3.5
    container_name: nzbhydra2
    restart: no

CLI

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